]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/include/debug/unordered_map
re PR libstdc++/89477 (Incorrect CTAD deduction guides for set and multiset)
authorFrançois Dumont <fdumont@gcc.gnu.org>
Fri, 8 Mar 2019 05:53:09 +0000 (05:53 +0000)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Fri, 8 Mar 2019 05:53:09 +0000 (05:53 +0000)
commitc0cb38c28e6e667595a42caf0bc679d6029de06a
tree64e7912f5b72825ba6342756ef1b5bf1d0495a8e
parent20a4550ce01ab79ac7cd3412ce669cb9a032ca5e
re PR libstdc++/89477 (Incorrect CTAD deduction guides for set and multiset)

2019-03-08  François Dumont  <fdumont@gcc.gnu.org>

PR libstdc++/89477
* include/debug/map.h (map): Use _RequireNotAllocator to constrain
parameters in deduction guides.
* include/debug/multimap.h (multimap): Likewise.
* include/debug/set.h (multimap): Likewise.
* include/debug/multiset.h (multimap): Likewise.
* include/debug/unordered_map (unordered_map): Likewise.
(unordered_multimap): Likewise.
* include/debug/unordered_set (unordered_set): Likewise.
(unordered_multiset): Likewise.

From-SVN: r269479
libstdc++-v3/ChangeLog
libstdc++-v3/include/debug/map.h
libstdc++-v3/include/debug/multimap.h
libstdc++-v3/include/debug/multiset.h
libstdc++-v3/include/debug/set.h
libstdc++-v3/include/debug/unordered_map
libstdc++-v3/include/debug/unordered_set