Fix a bug in std::chrono::abs where it would fail when the duration's period had...
authorMarshall Clow <mclow.lists@gmail.com>
Fri, 26 Jul 2019 15:10:46 +0000 (15:10 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Fri, 26 Jul 2019 15:10:46 +0000 (15:10 +0000)
commit736e8aa8ed48fd8c29a909bf616965d0f8677bca
tree4362f60b12cc5a96b658b04674dd49b0f6ab3f69
parent92363a3ada3f4b770c24db8cd3b5cd8d025ff917
Fix a bug in std::chrono::abs where it would fail when the duration's period had not been reduced.s

llvm-svn: 367120
libcxx/include/chrono
libcxx/test/std/utilities/time/time.duration/time.duration.alg/abs.pass.cpp