re PR libstdc++/71640 (include/c++/7.0.0/bits/hashtable.h:293:7: error: too many...
authorFrançois Dumont <fdumont@gcc.gnu.org>
Mon, 27 Jun 2016 20:41:59 +0000 (20:41 +0000)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Mon, 27 Jun 2016 20:41:59 +0000 (20:41 +0000)
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.

From-SVN: r237803

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: