Fix more issues exposed by -pedantic-errors in c++03 mode

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@228711 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2015-02-10 17:20:18 +00:00
parent 7f9cc52faf
commit 5495e2efb9
29 changed files with 30 additions and 28 deletions

View File

@@ -7,6 +7,8 @@
//
//===----------------------------------------------------------------------===//
// NOTE: Undefined __DEPRECATED to prevent this test from failing with -Werror
#undef __DEPRECATED
#include <assert.h>
#include <ext/hash_map>
#include <string>