gcc/libstdc++-v3/include/std
Jonathan Wakely 83fd5e73b3 PR libstdc++/68519 use native duration to avoid rounding errors
PR libstdc++/68519
	* include/std/condition_variable (condition_variable::wait_for):
	Convert duration to native clock's duration before addition.
	* testsuite/30_threads/condition_variable/members/68519.cc: New test.

From-SVN: r255665
2017-12-14 20:41:52 +00:00
..
algorithm
any
array Implement LWG 2485 2017-10-30 16:31:04 +02:00
atomic
bitset Fix -Wunused warnings in libstdc++ headers 2017-12-04 23:07:39 +00:00
charconv charconv (__unsigned_least_t): Fix number of closing >s for !_GLIBCXX_USE_INT128. 2017-10-03 01:28:54 +02:00
chrono Disable -Wliteral-suffix for standard UDLs 2017-12-01 16:10:25 +00:00
codecvt
complex PR libstdc++/59568 fix error handling for std::complex stream extraction 2017-12-13 17:02:14 +00:00
condition_variable PR libstdc++/68519 use native duration to avoid rounding errors 2017-12-14 20:41:52 +00:00
deque
filesystem Implement C++17 Filesystem library 2017-10-23 13:11:22 +01:00
forward_list
fstream PR libstdc++/83025 fix constraints for path overloads in <fstream> 2017-11-17 14:07:58 +00:00
functional PR libstdc++/83427 detect weak result type from noexcept functions 2017-12-14 17:18:22 +00:00
future Add noexcept to std::shared_future copy operations (LWG DR 2799) 2017-11-16 14:39:41 +00:00
iomanip
ios
iosfwd
iostream
istream
iterator
limits
list
locale
map
memory
mutex PR libstdc++/82481 Suppress clang-tidy warnings 2017-10-13 13:39:24 +01:00
numeric Fix gcd breakage. 2017-11-15 22:42:58 +02:00
optional Deprecate nested types in std::hash 2017-09-20 17:34:42 +01:00
ostream
queue
random
ratio
regex
scoped_allocator
set
shared_mutex
sstream
stack
stdexcept
streambuf Fix -Wunused warnings in libstdc++ headers 2017-12-04 23:07:39 +00:00
string
string_view Fix narrowing conversions in string_view types 2017-12-01 16:10:31 +00:00
system_error
thread
tuple Implement LWG 2485 2017-10-30 16:31:04 +02:00
type_traits PR libstdc++/83395 fix invocable traits for INVOKE<cv void> 2017-12-12 17:42:19 +00:00
typeindex
unordered_map Minor header reorganization for unordered containers 2017-10-30 14:54:28 +00:00
unordered_set Minor header reorganization for unordered containers 2017-10-30 14:54:28 +00:00
utility Add noexcept to std::integral_constant members 2017-12-01 15:09:57 +00:00
valarray
variant Deprecate nested types in std::hash 2017-09-20 17:34:42 +01:00
vector