[PATCH][Hashtable 3/6] Fix noexcept qualifications

Jonathan Wakely jwakely@redhat.com
Thu Jul 30 17:42:14 GMT 2020


On 29/07/20 11:33 +0200, François Dumont via Libstdc++ wrote:
>+using type4 = std::unordered_set<int, std::hash<int>, std::equal_to<int>,
>+				  not_noexcept_dflt_cons_alloc<std::pair<const int, int>>>;

A couple of these tests use the wrong allocator type, which means they
fail when compiled as C++20.

Fixed with this patch. Tested x86_64-linux, committed to trunk.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.txt
Type: text/x-patch
Size: 2026 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/libstdc++/attachments/20200730/89898a51/attachment.bin>


More information about the Libstdc++ mailing list