commit | 4f598034d29abf6609ca1f697f98a02b3a786121 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Sun Jul 24 23:59:50 2011 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Sun Jul 24 23:59:50 2011 +0000 |
tree | 1371b1810641c8a64e238332ccd88816e0a15f56 | |
parent | fa06d75e8df580bcb57418e67dbceb4168586d7f [diff] [blame] |
http://llvm.org/bugs/show_bug.cgi?id=10469 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@135897 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/ext/hash_set b/include/ext/hash_set index e205db8..e20fd41 100644 --- a/include/ext/hash_set +++ b/include/ext/hash_set
@@ -197,7 +197,9 @@ #include <__hash_table> #include <functional> +#if __DEPRECATED #warning Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set> +#endif namespace __gnu_cxx {