]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/config/locale/gnu/messages_members.cc
c++config: Add in revised namespace associations.
[thirdparty/gcc.git] / libstdc++-v3 / config / locale / gnu / messages_members.cc
index c3fc4b5208c789e78b82cb6134f2d75e55b24db3..f206e44a636b34eb857fb33e845a6c93e82e1a30 100644 (file)
@@ -1,6 +1,6 @@
 // std::messages implementation details, GNU version -*- C++ -*-
 
-// Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+// Copyright (C) 2001, 2002, 2005 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
@@ -36,8 +36,8 @@
 #include <locale>
 #include <bits/c++locale_internal.h>
 
-namespace std
-{
+_GLIBCXX_BEGIN_NAMESPACE(std)
+
   // Specializations.
   template<>
     string
@@ -78,4 +78,5 @@ namespace std
 # endif
     }
 #endif
-}
+
+_GLIBCXX_END_NAMESPACE