aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/libstdc++-v3/include/profile/bitset
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.6/libstdc++-v3/include/profile/bitset')
-rw-r--r--gcc-4.6/libstdc++-v3/include/profile/bitset2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.6/libstdc++-v3/include/profile/bitset b/gcc-4.6/libstdc++-v3/include/profile/bitset
index a995afa..381f1ea 100644
--- a/gcc-4.6/libstdc++-v3/include/profile/bitset
+++ b/gcc-4.6/libstdc++-v3/include/profile/bitset
@@ -367,7 +367,7 @@ namespace __profile
: public __hash_base<size_t, __profile::bitset<_Nb>>
{
size_t
- operator()(const __profile::bitset<_Nb>& __b) const
+ operator()(const __profile::bitset<_Nb>& __b) const noexcept
{ return std::hash<_GLIBCXX_STD_C::bitset<_Nb>>()(__b._M_base()); }
};
#endif