]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
hashtable_policy.h: Correct namepace nesting for _Hashtable forward declaration.
authorBenjamin Kosnik <bkoz@redhat.com>
Wed, 2 May 2012 16:22:06 +0000 (16:22 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 2 May 2012 16:22:06 +0000 (16:22 +0000)
2012-05-02  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/hashtable_policy.h: Correct namepace nesting for
_Hashtable forward declaration.

From-SVN: r187052

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/hashtable_policy.h

index f8f37a8efd70791069e0c09b7508cb6a4e720352..d0948f9bbf2db21a2b7a4eb73df26e842247ecac 100644 (file)
@@ -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>
 
        PR libstdc++/53115
index 3b4351027d9fc3a74ddaf7abad43790c8646e900..a42d3d3179a1f4d048a6aea3d07c5acf50153512 100644 (file)
 
 namespace std _GLIBCXX_VISIBILITY(default)
 {
+_GLIBCXX_BEGIN_NAMESPACE_VERSION
+
   template<typename _Key, typename _Value, typename _Alloc,
           typename _ExtractKey, typename _Equal,
           typename _H1, typename _H2, typename _Hash,
           typename _RehashPolicy, typename _Traits>
     class _Hashtable;
 
+_GLIBCXX_END_NAMESPACE_VERSION
+
 namespace __detail
 {
 _GLIBCXX_BEGIN_NAMESPACE_VERSION