diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:03:23 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-04-16 16:03:23 +0000 |
commit | 0dc0969cd0a732760f0aa79942a04e0eaef297c4 (patch) | |
tree | 051bdb57b1ac6ee143f61ddbb47bd0da619f6f0c /include/ext/hash_set | |
parent | 868847c6900e575417c03bced6e562b3af891318 (diff) | |
download | src-test2-0dc0969cd0a732760f0aa79942a04e0eaef297c4.tar.gz src-test2-0dc0969cd0a732760f0aa79942a04e0eaef297c4.zip |
Notes
Diffstat (limited to 'include/ext/hash_set')
-rw-r--r-- | include/ext/hash_set | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ext/hash_set b/include/ext/hash_set index 7c6a8bf0ccc7..916ed6910d7d 100644 --- a/include/ext/hash_set +++ b/include/ext/hash_set @@ -199,7 +199,7 @@ template <class Value, class Hash, class Pred, class Alloc> #include <ext/__hash> #if __DEPRECATED -#if defined(_MSC_VER) && ! defined(__clang__) +#if defined(_LIBCPP_MSVC) _LIBCPP_WARNING("Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set>") #else # warning Use of the header <ext/hash_set> is deprecated. Migrate to <unordered_set> |