Commit e9dd48d9 by Benjamin Kosnik Committed by Benjamin Kosnik

PR libstdc++/36104 part two

2011-01-19  Benjamin Kosnik  <bkoz@redhat.com>

	PR libstdc++/36104 part two
	* include/bits/hashtable.h: Revert to non-nested macro usage.
	* include/bits/hashtable_policy.h: Same.

From-SVN: r169021
parent 68457901
2011-01-19 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/36104 part two
* include/bits/hashtable.h: Revert to non-nested macro usage.
* include/bits/hashtable_policy.h: Same.
2011-01-19 Graham Reed <greed@pobox.com> 2011-01-19 Graham Reed <greed@pobox.com>
PR libstdc++/47354 PR libstdc++/47354
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include <bits/hashtable_policy.h> #include <bits/hashtable_policy.h>
_GLIBCXX_BEGIN_NESTED_NAMESPACE(std, _GLIBCXX_STD_D) _GLIBCXX_BEGIN_NAMESPACE(std)
// Class template _Hashtable, class definition. // Class template _Hashtable, class definition.
...@@ -1229,6 +1229,6 @@ _GLIBCXX_BEGIN_NESTED_NAMESPACE(std, _GLIBCXX_STD_D) ...@@ -1229,6 +1229,6 @@ _GLIBCXX_BEGIN_NESTED_NAMESPACE(std, _GLIBCXX_STD_D)
} }
} }
_GLIBCXX_END_NESTED_NAMESPACE // namespace std _GLIBCXX_END_NAMESPACE // namespace std
#endif // _HASHTABLE_H #endif // _HASHTABLE_H
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#ifndef _HASHTABLE_POLICY_H #ifndef _HASHTABLE_POLICY_H
#define _HASHTABLE_POLICY_H 1 #define _HASHTABLE_POLICY_H 1
_GLIBCXX_BEGIN_NESTED_NAMESPACE(std, _GLIBCXX_STD_D) _GLIBCXX_BEGIN_NAMESPACE(std)
namespace __detail namespace __detail
{ {
...@@ -979,6 +979,6 @@ namespace __detail ...@@ -979,6 +979,6 @@ namespace __detail
} }
} // namespace __detail } // namespace __detail
_GLIBCXX_END_NESTED_NAMESPACE // namespace std _GLIBCXX_END_NAMESPACE // namespace std
#endif // _HASHTABLE_POLICY_H #endif // _HASHTABLE_POLICY_H
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment