llvm-svn: 135897
This commit is contained in:
Howard Hinnant 2011-07-24 23:59:50 +00:00
parent 520a61383c
commit 1dba445e43
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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 {