Skip to content

Commit 1f59517

Browse files
Mirror changes to is.clock.compile.pass.cpp
1 parent a5c6468 commit 1f59517

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
// REQUIRES: std-at-least-c++20
1010

11+
// <chrono>
12+
//
13+
// template<class T> struct is_clock;
14+
// template<class T> constexpr bool is_clock_v = is_clock<T>::value;
15+
1116
#include <chrono>
1217
#include <ratio>
1318

0 commit comments

Comments
 (0)