We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8864e8a commit 40243e4Copy full SHA for 40243e4
lib/time.cc
@@ -19,9 +19,9 @@
19
20
namespace reactor {
21
22
-constexpr size_t TIME_TO_STR_BUFFER_SIZE{20};
23
-constexpr size_t NANOSECONDS_IN_ONE_SECOND{1'000'000'000UL};
24
-constexpr size_t NANOSECOND_DIGITS{9};
+constexpr std::size_t TIME_TO_STR_BUFFER_SIZE{20};
+constexpr std::size_t NANOSECONDS_IN_ONE_SECOND{1'000'000'000UL};
+constexpr std::size_t NANOSECOND_DIGITS{9};
25
26
inline namespace operators {
27
0 commit comments