Skip to content

Commit 93c581c

Browse files
brycelelbachjensmaurer
authored andcommitted
[time.syn] Move treat_as_floating_point_v next to treat_as_floating_point. (#3533)
1 parent b2efb60 commit 93c581c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/time.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,11 @@
8484
namespace chrono {
8585
// \ref{time.traits}, customization traits
8686
template<class Rep> struct treat_as_floating_point;
87-
template<class Rep> struct duration_values;
8887
template<class Rep>
8988
inline constexpr bool treat_as_floating_point_v = treat_as_floating_point<Rep>::value;
9089

90+
template<class Rep> struct duration_values;
91+
9192
template<class T> struct is_clock;
9293
template<class T> inline constexpr bool is_clock_v = is_clock<T>::value;
9394

0 commit comments

Comments
 (0)