diff options
Diffstat (limited to 'libstdc++-v3/include')
-rw-r--r-- | libstdc++-v3/include/bits/allocator.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libstdc++-v3/include/bits/allocator.h b/libstdc++-v3/include/bits/allocator.h index a831232b3c2..eca50c84edc 100644 --- a/libstdc++-v3/include/bits/allocator.h +++ b/libstdc++-v3/include/bits/allocator.h @@ -50,11 +50,11 @@ // Define the base class to std::allocator. -//#include <ext/new_allocator.h> -//#define __glibcxx_default_allocator __gnu_cxx::new_allocator +#include <ext/new_allocator.h> +#define __glibcxx_default_allocator __gnu_cxx::new_allocator -#include <ext/mt_allocator.h> -#define __glibcxx_default_allocator __gnu_cxx::__mt_alloc +//#include <ext/mt_allocator.h> +//#define __glibcxx_default_allocator __gnu_cxx::__mt_alloc namespace std { |