From 1dba445e433aea5bb188e424650c912f620ad341 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Sun, 24 Jul 2011 23:59:50 +0000 Subject: http://llvm.org/bugs/show_bug.cgi?id=10469 llvm-svn: 135897 --- libcxx/include/ext/hash_map | 2 ++ libcxx/include/ext/hash_set | 2 ++ 2 files changed, 4 insertions(+) (limited to 'libcxx/include/ext') diff --git a/libcxx/include/ext/hash_map b/libcxx/include/ext/hash_map index 49c8d11c491..b74540be7f4 100644 --- a/libcxx/include/ext/hash_map +++ b/libcxx/include/ext/hash_map @@ -204,7 +204,9 @@ template #include #include +#if __DEPRECATED #warning Use of the header is deprecated. Migrate to +#endif #pragma GCC system_header diff --git a/libcxx/include/ext/hash_set b/libcxx/include/ext/hash_set index e205db81caa..e20fd41e6fd 100644 --- a/libcxx/include/ext/hash_set +++ b/libcxx/include/ext/hash_set @@ -197,7 +197,9 @@ template #include <__hash_table> #include +#if __DEPRECATED #warning Use of the header is deprecated. Migrate to +#endif namespace __gnu_cxx { -- cgit v1.2.3