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 8c292a5 commit 900f3deCopy full SHA for 900f3de
libcxx/include/__chrono/is_clock.h
@@ -35,8 +35,8 @@ template <class _TimePoint, class _ClockType>
35
inline constexpr bool __is_valid_clock_time_point_v = false;
36
37
template <class _TimePointClock, class _ClockType>
38
-inline constexpr bool __is_valid_clock_time_point_v<time_point<_TimePointClock, typename _ClockType::duration>, _ClockType> =
39
- true;
+inline constexpr bool
+ __is_valid_clock_time_point_v<time_point<_TimePointClock, typename _ClockType::duration>, _ClockType> = true;
40
41
// Check if a clock satisfies the Cpp17Clock requirements as defined in [time.clock.req]
42
template <class _Tp>
0 commit comments