[committed] libstdc++: Add missing header to unordered_set/pr115285.cc test

2024-11-01 Thread Jonathan Wakely
libstdc++-v3/ChangeLog: * testsuite/23_containers/unordered_set/pr115285.cc: Include missing header for std::vector. --- Pushed as obvious. libstdc++-v3/testsuite/23_containers/unordered_set/pr115285.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libstdc

[committed] libstdc++: Add missing header to for std::__memcmp

2024-06-07 Thread Jonathan Wakely
Tested x86_64-linux. Pushed to trunk. -- >8 -- As noticed by Michael Levine. libstdc++-v3/ChangeLog: * include/bits/ranges_algobase.h: Include . --- libstdc++-v3/include/bits/ranges_algobase.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libstdc++-v3/include/bits/ranges_algobase

[committed] libstdc++: Add missing header to

2022-09-14 Thread Jonathan Wakely via Gcc-patches
Tested powerpc64le-linux, pushed to trunk. -- >8 -- This is needed for std::nothrow and the nothrow operator new overload, so should be included explicitly. libstdc++-v3/ChangeLog: * include/bits/stl_tempbuf.h: Include . --- libstdc++-v3/include/bits/stl_tempbuf.h | 1 + 1 file changed

[committed] libstdc++: Add missing header to

2021-11-26 Thread Jonathan Wakely via Gcc-patches
Tested powerpc64le-linux, pushed to gcc-10. When included from it's possible for to be included without its prerequisites having been included first. For gcc-11 this was fixed as part of r11-7604, this fixes it for gcc-10 too. libstdc++-v3/ChangeLog: * include/bits/stl_iterator.h: Inc

[committed] libstdc++: Add missing header to test

2021-10-01 Thread Jonathan Wakely via Gcc-patches
We need to include (or one of the containers) to get a definition for std::begin. libstdc++-v3/ChangeLog: * testsuite/25_algorithms/is_permutation/2.cc: Include . Tested x86_64-linux. Committed to trunk. commit 94311bf34704ebecf745043fe2df03df201052fe Author: Jonathan Wakely Date: F