diff options
| author | Eric Fiselier <eric@efcs.ca> | 2017-05-10 21:40:58 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2017-05-10 21:40:58 +0000 |
| commit | 0c6e7ae4cc8039af611d7a5cf153d9bb7664f3e2 (patch) | |
| tree | 3ff6890c161d16523d9d6b3b71b32657a750a976 /libcxx/include/ext/hash_map | |
| parent | abea18feba27b9121593c886ae0c0597e8f658e3 (diff) | |
| download | bcm5719-llvm-0c6e7ae4cc8039af611d7a5cf153d9bb7664f3e2.tar.gz bcm5719-llvm-0c6e7ae4cc8039af611d7a5cf153d9bb7664f3e2.zip | |
Remove usages of _LIBCPP_MSVC which is never defined
llvm-svn: 302736
Diffstat (limited to 'libcxx/include/ext/hash_map')
| -rw-r--r-- | libcxx/include/ext/hash_map | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/ext/hash_map b/libcxx/include/ext/hash_map index 66f2b11c059..998e8f65994 100644 --- a/libcxx/include/ext/hash_map +++ b/libcxx/include/ext/hash_map @@ -207,7 +207,7 @@ template <class Key, class T, class Hash, class Pred, class Alloc> #include <ext/__hash> #if __DEPRECATED -#if defined(_LIBCPP_MSVC) +#if defined(_LIBCPP_WARNING) _LIBCPP_WARNING("Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map>") #else # warning Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map> |

