re PR libstdc++/71640 (include/c++/7.0.0/bits/hashtable.h:293:7: error: too many template parameters in template redeclaration)
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
This commit is contained in:
parent
b65ffc7953
commit
dc448fa03b
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user