aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/tr1/hashtable
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/tr1/hashtable')
-rw-r--r--libstdc++-v3/include/tr1/hashtable7
1 files changed, 4 insertions, 3 deletions
diff --git a/libstdc++-v3/include/tr1/hashtable b/libstdc++-v3/include/tr1/hashtable
index bc3c86afc03..b0356fdcab4 100644
--- a/libstdc++-v3/include/tr1/hashtable
+++ b/libstdc++-v3/include/tr1/hashtable
@@ -880,8 +880,8 @@ namespace Internal
namespace std
{
-namespace tr1
-{
+_GLIBCXX_BEGIN_NAMESPACE(tr1)
+
//----------------------------------------------------------------------
// Class template hashtable, class definition.
@@ -1857,7 +1857,8 @@ namespace tr1
__throw_exception_again;
}
}
-}
+
+_GLIBCXX_END_NAMESPACE
} // Namespace std::tr1
#endif /* GNU_LIBSTDCXX_TR1_HASHTABLE_ */