forked from OSchip/llvm-project
llvm-svn: 135897
This commit is contained in:
parent
520a61383c
commit
1dba445e43
|
@ -204,7 +204,9 @@ template <class Key, class T, class Hash, class Pred, class Alloc>
|
|||
#include <functional>
|
||||
#include <stdexcept>
|
||||
|
||||
#if __DEPRECATED
|
||||
#warning Use of the header <ext/hash_map> is deprecated. Migrate to <unordered_map>
|
||||
#endif
|
||||
|
||||
#pragma GCC system_header
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue