This website requires JavaScript.
Explore
Help
Sign In
Doomhowl-Interactive
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
5
Packages
Projects
Releases
Wiki
Activity
Files
c6c7bfc4d2bc37f55f57504c19d47deb7645dd76
llvm-project
/
libcxx
/
test
/
std
/
utilities
/
time
History
Marshall Clow
d0ab67f7d0
Last week, someone noted that a couple of the time_point member functions were not constexpr. I looked, and they were right. They were made constexpr in p0505, so I looked at all the other bits in that paper to make sure that I didn't miss anything else. There were a couple methods in the synopsis that should have been marked constexpr, but the code was correct.
...
llvm-svn: 340992
2018-08-29 23:02:15 +00:00
..
date.time
…
time.clock
…
time.clock.req
…
time.duration
…
time.point
Last week, someone noted that a couple of the time_point member functions were not constexpr. I looked, and they were right. They were made constexpr in p0505, so I looked at all the other bits in that paper to make sure that I didn't miss anything else. There were a couple methods in the synopsis that should have been marked constexpr, but the code was correct.
2018-08-29 23:02:15 +00:00
time.traits
…
clock.h
…
hours.pass.cpp
…
microseconds.pass.cpp
…
milliseconds.pass.cpp
…
minutes.pass.cpp
…
nanoseconds.pass.cpp
…
rep.h
…
seconds.pass.cpp
…