summaryrefslogtreecommitdiffstats
path: root/include/bitset
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-04-21 22:54:21 +0000
committerEric Fiselier <eric@efcs.ca>2016-04-21 22:54:21 +0000
commit566bcb4badb37b8af790d8b09ef71fb8b9d82026 (patch)
tree57f0df98a69d65582ef76f2be1cf3fa8afd53382 /include/bitset
parent994fb967d327d182eccff4d55c6771e427d80371 (diff)
downloadexternal_libcxx-566bcb4badb37b8af790d8b09ef71fb8b9d82026.tar.gz
external_libcxx-566bcb4badb37b8af790d8b09ef71fb8b9d82026.tar.bz2
external_libcxx-566bcb4badb37b8af790d8b09ef71fb8b9d82026.zip
Fix most GCC attribute ignored warnings
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@267074 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/bitset')
-rw-r--r--include/bitset2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bitset b/include/bitset
index 87d7afca5..3f9b964e4 100644
--- a/include/bitset
+++ b/include/bitset
@@ -656,7 +656,7 @@ __bitset<0, 0>::__bitset(unsigned long long) _NOEXCEPT
}
template <size_t _Size> class _LIBCPP_TYPE_VIS_ONLY bitset;
-template <size_t _Size> struct _LIBCPP_TYPE_VIS_ONLY hash<bitset<_Size> >;
+template <size_t _Size> struct hash<bitset<_Size> >;
template <size_t _Size>
class _LIBCPP_TYPE_VIS_ONLY bitset