aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/util/native_type/assoc/native_hash_map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/util/native_type/assoc/native_hash_map.hpp')
-rw-r--r--libstdc++-v3/testsuite/util/native_type/assoc/native_hash_map.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/testsuite/util/native_type/assoc/native_hash_map.hpp b/libstdc++-v3/testsuite/util/native_type/assoc/native_hash_map.hpp
index d6eb835c483..be0e8f4227c 100644
--- a/libstdc++-v3/testsuite/util/native_type/assoc/native_hash_map.hpp
+++ b/libstdc++-v3/testsuite/util/native_type/assoc/native_hash_map.hpp
@@ -1,6 +1,6 @@
// -*- C++ -*-
-// Copyright (C) 2005, 2006 Free Software Foundation, Inc.
+// Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the terms
@@ -68,7 +68,7 @@ namespace pb_ds
{
#ifdef PB_DS_USE_TR1
#define PB_DS_BASE_C_DEC \
- std::tr1::unordered_map<Key, Data, Hash_Fn, Eq_Fn, \
+ std::tr1::__unordered_map<Key, Data, Hash_Fn, Eq_Fn, \
typename Allocator::template rebind<std::pair<const Key, Data> >::other, Cache_Hash>
#else
#define PB_DS_BASE_C_DEC \