summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/debug/bitset
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/debug/bitset')
-rw-r--r--libstdc++-v3/include/debug/bitset6
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/include/debug/bitset b/libstdc++-v3/include/debug/bitset
index 034505d2c89..f452062e154 100644
--- a/libstdc++-v3/include/debug/bitset
+++ b/libstdc++-v3/include/debug/bitset
@@ -384,11 +384,11 @@ namespace __debug
// DR 1182.
/// std::hash specialization for bitset.
template<size_t _Nb>
- struct hash<std::__debug::bitset<_Nb>>
- : public std::unary_function<std::__debug::bitset<_Nb>, size_t>
+ struct hash<__debug::bitset<_Nb>>
+ : public std::unary_function<__debug::bitset<_Nb>, size_t>
{
size_t
- operator()(const std::__debug::bitset<_Nb>& __b) const
+ operator()(const __debug::bitset<_Nb>& __b) const
{ return std::hash<_GLIBCXX_STD_D::bitset<_Nb>>()(__b._M_base()); }
};
#endif
OpenPOWER on IntegriCloud