File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
libcxx/test/std/time/time.clock Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3636#include " test_macros.h"
3737
3838// class gps_clock
39- using rep = std::chrono::gps_clock::rep;
40- using period = std::chrono::gps_clock::period;
41- using duration = std::chrono::gps_clock::duration;
42- using time_point = std::chrono::gps_clock::time_point;
43- constexpr bool is_steady = std::chrono::gps_clock::is_steady;
39+ using rep = std::chrono::gps_clock::rep;
40+ using period = std::chrono::gps_clock::period;
41+ using duration = std::chrono::gps_clock::duration;
42+ using time_point = std::chrono::gps_clock::time_point;
43+ [[maybe_unused]] constexpr bool is_steady = std::chrono::gps_clock::is_steady;
4444
4545// Tests the values. part of them are implementation defined.
4646LIBCPP_STATIC_ASSERT (std::same_as<rep, std::chrono::utc_clock::rep>);
Original file line number Diff line number Diff line change 3636#include " test_macros.h"
3737
3838// class tai_clock
39- using rep = std::chrono::tai_clock::rep;
40- using period = std::chrono::tai_clock::period;
41- using duration = std::chrono::tai_clock::duration;
42- using time_point = std::chrono::tai_clock::time_point;
43- constexpr bool is_steady = std::chrono::tai_clock::is_steady;
39+ using rep = std::chrono::tai_clock::rep;
40+ using period = std::chrono::tai_clock::period;
41+ using duration = std::chrono::tai_clock::duration;
42+ using time_point = std::chrono::tai_clock::time_point;
43+ [[maybe_unused]] constexpr bool is_steady = std::chrono::tai_clock::is_steady;
4444
4545// Tests the values. part of them are implementation defined.
4646LIBCPP_STATIC_ASSERT (std::same_as<rep, std::chrono::utc_clock::rep>);
You can’t perform that action at this time.
0 commit comments