From: Benjamin Kosnik Date: Wed, 2 May 2012 16:22:06 +0000 (+0000) Subject: hashtable_policy.h: Correct namepace nesting for _Hashtable forward declaration. X-Git-Tag: misc/gccgo-go1_1_2~3157 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=63dc7fbee074066f132d5092e53e6d62757bb922;p=thirdparty%2Fgcc.git hashtable_policy.h: Correct namepace nesting for _Hashtable forward declaration. 2012-05-02 Benjamin Kosnik * include/bits/hashtable_policy.h: Correct namepace nesting for _Hashtable forward declaration. From-SVN: r187052 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index f8f37a8efd70..d0948f9bbf2d 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2012-05-02 Benjamin Kosnik + + * include/bits/hashtable_policy.h: Correct namepace nesting for + _Hashtable forward declaration. + 2012-05-01 François Dumont PR libstdc++/53115 diff --git a/libstdc++-v3/include/bits/hashtable_policy.h b/libstdc++-v3/include/bits/hashtable_policy.h index 3b4351027d9f..a42d3d3179a1 100644 --- a/libstdc++-v3/include/bits/hashtable_policy.h +++ b/libstdc++-v3/include/bits/hashtable_policy.h @@ -33,12 +33,16 @@ namespace std _GLIBCXX_VISIBILITY(default) { +_GLIBCXX_BEGIN_NAMESPACE_VERSION + template class _Hashtable; +_GLIBCXX_END_NAMESPACE_VERSION + namespace __detail { _GLIBCXX_BEGIN_NAMESPACE_VERSION