summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/include/tr1/hashtable_policy.h
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/tr1/hashtable_policy.h')
-rw-r--r--libstdc++-v3/include/tr1/hashtable_policy.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libstdc++-v3/include/tr1/hashtable_policy.h b/libstdc++-v3/include/tr1/hashtable_policy.h
index d9fda09f5be..3f9317f565b 100644
--- a/libstdc++-v3/include/tr1/hashtable_policy.h
+++ b/libstdc++-v3/include/tr1/hashtable_policy.h
@@ -43,8 +43,6 @@ namespace std
_GLIBCXX_BEGIN_NAMESPACE(tr1)
namespace __detail
{
-namespace
-{
// Helper function: return distance(first, last) for forward
// iterators, or 0 for input iterators.
template<class _Iterator>
@@ -168,7 +166,6 @@ namespace
(unsigned long)18446744073709551557ull,
(unsigned long)18446744073709551557ull
};
-} // anonymous namespace
// Auxiliary types used for all instantiations of _Hashtable: nodes
// and iterators.
OpenPOWER on IntegriCloud