diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-10-13 00:16:26 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2020-10-13 00:16:26 +0000 |
commit | 8be127cac959d0f0ca0f8f9aa311828a9ee03f24 (patch) | |
tree | c43f4ad1671848598a9cdcdf882efb588d8148ae /libstdc++-v3/ChangeLog | |
parent | af66094d037793773eb8a49597866457f2f6a104 (diff) | |
download | gcc-8be127cac959d0f0ca0f8f9aa311828a9ee03f24.zip gcc-8be127cac959d0f0ca0f8f9aa311828a9ee03f24.tar.gz gcc-8be127cac959d0f0ca0f8f9aa311828a9ee03f24.tar.bz2 |
Daily bump.
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 199f4f7..5cd3393 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,42 @@ +2020-10-12 Patrick Palka <ppalka@redhat.com> + + * include/std/ranges (take_while_view::begin): Constrain the + const overload further as per LWG 3450. + (take_while_view::end): Likewise. + * testsuite/std/ranges/adaptors/take_while.cc: Add test for LWG + 3450. + +2020-10-12 Patrick Palka <ppalka@redhat.com> + + PR libstdc++/95322 + * include/std/ranges (take_view::_CI): Define this alias + template as per LWG 3449 and remove ... + (take_view::_Sentinel::_CI): ... this type alias. + (take_view::_Sentinel::operator==): Adjust use of _CI + accordingly. Define a second overload that accepts an iterator + of the opposite constness as per LWG 3449. + (take_while_view::_Sentinel::operator==): Likewise. + * testsuite/std/ranges/adaptors/95322.cc: Add tests for LWG 3449. + +2020-10-12 Jonathan Wakely <jwakely@redhat.com> + + * doc/doxygen/user.cfg.in: Update to Doxygen 1.8.20 format. + +2020-10-12 Jonathan Wakely <jwakely@redhat.com> + + * doc/doxygen/user.cfg.in (PREDEFINED): Use __cplusplus=201703L + so that C++17 features are documented. + +2020-10-12 Jonathan Wakely <jwakely@redhat.com> + + * include/bits/stl_algobase.h (copy, move, copy_backward) + (move_backward): Fix documentation for returned iterator. + +2020-10-12 Martin Sebor <msebor@redhat.com> + + PR c++/97201 + * libsupc++/new (operator new): Add attribute alloc_size and malloc. + 2020-10-11 Clement Chigot <clement.chigot@atos.net> * config/os/aix/t-aix: Add complementary mode object file to |