File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 18410
18410
inline namespace literals {
18411
18411
inline namespace chrono_literals {
18412
18412
// \ref{time.duration.literals}, suffixes for duration literals
18413
- constexpr chrono::year operator""y(unsigned long long y) noexcept;
18414
- constexpr chrono::day operator""d(unsigned long long d) noexcept;
18415
-
18416
18413
constexpr chrono::hours operator""h(unsigned long long);
18417
18414
constexpr chrono::duration<@\unspec,@ ratio<3600, 1>> operator""h(long double);
18418
18415
18430
18427
18431
18428
constexpr chrono::nanoseconds operator""ns(unsigned long long);
18432
18429
constexpr chrono::duration<@\unspec,@ nano> operator""ns(long double);
18430
+
18431
+ // \ref{time.cal.day.nonmembers}, non-member functions
18432
+ constexpr chrono::day operator""d(unsigned long long d) noexcept;
18433
+
18434
+ // \ref{time.cal.year.nonmembers}, non-member functions
18435
+ constexpr chrono::year operator""y(unsigned long long y) noexcept;
18433
18436
}
18434
18437
}
18435
18438
You can’t perform that action at this time.
0 commit comments