OSDN Git Service

2005-12-18 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / include / tr1 / tuple
index ea7bb23..15c944f 100644 (file)
@@ -41,8 +41,8 @@
 
 namespace std
 {
-namespace tr1
-{
+_GLIBCXX_BEGIN_NAMESPACE(tr1)
+
  // An implementation specific class which is used in the tuple class
  // when the tuple is not maximum possible size.
  struct _NullClass { };
@@ -267,7 +267,8 @@ namespace tr1
 #include <tr1/repeat.h>
 #undef _GLIBCXX_REPEAT_HEADER
 #undef _SHORT_REPEAT
-}
+
+_GLIBCXX_END_NAMESPACE
 }
 
 #include <tr1/functional>