diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-05 00:16:36 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-11-05 00:16:36 +0000 |
commit | 35c125cb6ac47fa97aa5ee22f987a38e63adad08 (patch) | |
tree | fff11f1136a0cbed5109491457fa6c98fb96cdaf /libstdc++-v3 | |
parent | 8f565d255a3157828e45f8b9844b3d156193c182 (diff) | |
download | gcc-35c125cb6ac47fa97aa5ee22f987a38e63adad08.tar.gz |
Daily bump.
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index b4d8e6bc15b..3221fbb087c 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,34 @@ +2020-11-04 Jonathan Wakely <jwakely@redhat.com> + + PR libstdc++/97719 + * include/std/sstream (basic_stringstream(string_type&&, openmode)): + Fix default argument. + * testsuite/27_io/basic_stringstream/cons/char/97719.cc: New test. + +2020-11-04 Jonathan Wakely <jwakely@redhat.com> + + * testsuite/18_support/96817.cc: Fail fail if the library is + configured to not use futexes. + +2020-11-04 Jonathan Wakely <jwakely@redhat.com> + + PR libstdc++/94971 + * include/bits/stl_algo.h (search(FIter, FIter, const Searcher): + Adjust #if condition. + * include/parallel/algo.h (search(FIter, FIter, const Searcher&): + Define new overload for C++17. + +2020-11-04 Jonathan Wakely <jwakely@redhat.com> + + PR libstdc++/92285 + * doc/xml/manual/evolution.xml: Document change to base class. + * doc/html/manual/api.html: Regenerate. + +2020-11-04 Jonathan Wakely <jwakely@redhat.com> + + * include/bits/uniform_int_dist.h (uniform_int_distribution::_S_nd): + Use qualified-id to refer to static member functions. + 2020-11-03 Jonathan Wakely <jwakely@redhat.com> * include/std/syncstream: Include <bits/std_mutex.h> |