mirror of git://gcc.gnu.org/git/gcc.git
hashtable_policy.h: Correct namepace nesting for _Hashtable forward declaration.
2012-05-02 Benjamin Kosnik <bkoz@redhat.com> * include/bits/hashtable_policy.h: Correct namepace nesting for _Hashtable forward declaration. From-SVN: r187052
This commit is contained in:
parent
5dcfdccd32
commit
63dc7fbee0
|
@ -1,3 +1,8 @@
|
||||||
|
2012-05-02 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
|
|
||||||
|
* include/bits/hashtable_policy.h: Correct namepace nesting for
|
||||||
|
_Hashtable forward declaration.
|
||||||
|
|
||||||
2012-05-01 François Dumont <fdumont@gcc.gnu.org>
|
2012-05-01 François Dumont <fdumont@gcc.gnu.org>
|
||||||
|
|
||||||
PR libstdc++/53115
|
PR libstdc++/53115
|
||||||
|
|
|
@ -33,12 +33,16 @@
|
||||||
|
|
||||||
namespace std _GLIBCXX_VISIBILITY(default)
|
namespace std _GLIBCXX_VISIBILITY(default)
|
||||||
{
|
{
|
||||||
|
_GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||||
|
|
||||||
template<typename _Key, typename _Value, typename _Alloc,
|
template<typename _Key, typename _Value, typename _Alloc,
|
||||||
typename _ExtractKey, typename _Equal,
|
typename _ExtractKey, typename _Equal,
|
||||||
typename _H1, typename _H2, typename _Hash,
|
typename _H1, typename _H2, typename _Hash,
|
||||||
typename _RehashPolicy, typename _Traits>
|
typename _RehashPolicy, typename _Traits>
|
||||||
class _Hashtable;
|
class _Hashtable;
|
||||||
|
|
||||||
|
_GLIBCXX_END_NAMESPACE_VERSION
|
||||||
|
|
||||||
namespace __detail
|
namespace __detail
|
||||||
{
|
{
|
||||||
_GLIBCXX_BEGIN_NAMESPACE_VERSION
|
_GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||||
|
|
Loading…
Reference in New Issue