diff options
Diffstat (limited to 'libcxx/include/ext/hash_set')
-rw-r--r-- | libcxx/include/ext/hash_set | 2 |
1 files changed, 2 insertions, 0 deletions
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 <class Value, class Hash, class Pred, class Alloc> #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 { |