summaryrefslogtreecommitdiffstats
path: root/contrib/libstdc++/src/ext-inst.cc
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libstdc++/src/ext-inst.cc')
-rw-r--r--contrib/libstdc++/src/ext-inst.cc19
1 files changed, 9 insertions, 10 deletions
diff --git a/contrib/libstdc++/src/ext-inst.cc b/contrib/libstdc++/src/ext-inst.cc
index 4be3fed6..7f98b41 100644
--- a/contrib/libstdc++/src/ext-inst.cc
+++ b/contrib/libstdc++/src/ext-inst.cc
@@ -1,6 +1,6 @@
// Explicit instantiation file.
-// Copyright (C) 2001, 2002, 2004 Free Software Foundation, Inc.
+// Copyright (C) 2001, 2002, 2004, 2006 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
@@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License along
// with this library; see the file COPYING. If not, write to the Free
-// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
// USA.
// As a special exception, you may use this file as part of a free software
@@ -34,14 +34,12 @@
#include <ext/rope>
#include <ext/stdio_filebuf.h>
-namespace __gnu_internal
-{
- const int min_len = __gnu_cxx::_Rope_constants::_S_max_rope_depth + 1;
-}
+_GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx)
-namespace __gnu_cxx
-{
- using namespace __gnu_internal;
+ namespace
+ {
+ const int min_len = __detail::_S_max_rope_depth + 1;
+ }
template
const unsigned long
@@ -66,4 +64,5 @@ namespace __gnu_cxx
template class stdio_filebuf<wchar_t>;
#endif
-} // namespace __gnu_cxx
+
+_GLIBCXX_END_NAMESPACE
OpenPOWER on IntegriCloud