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 a683736 commit 1420ad8Copy full SHA for 1420ad8
absl/time/time.h
@@ -180,7 +180,7 @@ using EnableIfFloat =
180
//
181
// Alternatively, conversions can be performed using helpers such as
182
// `ToInt64Microseconds()` and `ToDoubleSeconds()`.
183
-class Duration {
+ class Duration {
184
public:
185
// Value semantics.
186
constexpr Duration() : rep_hi_(0), rep_lo_(0) {} // zero-length duration
@@ -787,7 +787,7 @@ std::string UnparseFlag(Duration d);
787
// absl::Time t2 = t1 + absl::Minutes(2);
788
// absl::Duration d = t2 - t1; // == absl::Minutes(2)
789
790
-class Time {
+ class Time {
791
792
793
0 commit comments