]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2016-06-27 François Dumont <fdumont@gcc.gnu.org>
authorfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Jun 2016 20:41:59 +0000 (20:41 +0000)
committerfdumont <fdumont@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 27 Jun 2016 20:41:59 +0000 (20:41 +0000)
PR libstdc++/71640
* include/bits/hashtable.h: Remove _Unique_keya parameter in _Insert
friend declaration.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@237803 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/hashtable.h

index 87f65a3168a6746aeecfa0c697f0207e345e2f99..c7e0b326ff864b9a1883b929729739edcdafce48 100644 (file)
@@ -1,3 +1,9 @@
+2016-06-27  François Dumont  <fdumont@gcc.gnu.org>
+
+       PR libstdc++/71640
+       * include/bits/hashtable.h: Remove _Unique_keya parameter in _Insert
+       friend declaration.
+
 2016-06-23  François Dumont  <fdumont@gcc.gnu.org>
 
        * include/debug/array (array<>::swap): Fix noexcept qualificaton for
index 05f27b42423814865b4707b7c201b437872f6c44..6d7134a8a302729ec1cc747a6eb48314b11850fd 100644 (file)
@@ -294,7 +294,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
               typename _ExtractKeya, typename _Equala,
               typename _H1a, typename _H2a, typename _Hasha,
               typename _RehashPolicya, typename _Traitsa,
-              bool _Constant_iteratorsa, bool _Unique_keysa>
+              bool _Constant_iteratorsa>
        friend struct __detail::_Insert;
 
     public: