aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/tr1/tuple
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/tr1/tuple')
-rw-r--r--libstdc++-v3/include/tr1/tuple7
1 files changed, 4 insertions, 3 deletions
diff --git a/libstdc++-v3/include/tr1/tuple b/libstdc++-v3/include/tr1/tuple
index ea7bb23854c..15c944f9eec 100644
--- a/libstdc++-v3/include/tr1/tuple
+++ b/libstdc++-v3/include/tr1/tuple
@@ -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>