Commit 9b796223 by Jonathan Wakely Committed by Jonathan Wakely

Fix std::variant for gnu-versioned--namespace build

	* include/std/variant: Remove misplaced
	_GLIBCXX_BEGIN_NAMESPACE_VERSION macro.

From-SVN: r243489
parent 97ad3aef
2016-12-09 Jonathan Wakely <jwakely@redhat.com>
* include/std/variant: Remove misplaced
_GLIBCXX_BEGIN_NAMESPACE_VERSION macro.
2016-12-08 David Edelsohn <dje.gcc@gmail.com>
* testsuite/25_algorithms/headers/algorithm/
......
......@@ -46,7 +46,6 @@
namespace std _GLIBCXX_VISIBILITY(default)
{
_GLIBCXX_BEGIN_NAMESPACE_VERSION
namespace __detail
{
namespace __variant
......
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