Last week, someone noted that a couple of the time_point member functions were not...
authorMarshall Clow <mclow.lists@gmail.com>
Wed, 29 Aug 2018 23:02:15 +0000 (23:02 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Wed, 29 Aug 2018 23:02:15 +0000 (23:02 +0000)
commitd0ab67f7d02023482c5dc06fcc14ea8488929684
treee156128cfb602125efeedc531e33516f4b7d28cb
parent9397c2a23b3ec6bce89bb872f3934e56586ca3db
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
libcxx/include/chrono
libcxx/test/std/utilities/time/time.point/time.point.arithmetic/op_+=.pass.cpp
libcxx/test/std/utilities/time/time.point/time.point.arithmetic/op_-=.pass.cpp