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

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

From-SVN: r243489
This commit is contained in:
Jonathan Wakely 2016-12-09 15:22:01 +00:00 committed by Jonathan Wakely
parent 97ad3aef45
commit 9b796223a3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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/

View File

@ -46,7 +46,6 @@
namespace std _GLIBCXX_VISIBILITY(default)
{
_GLIBCXX_BEGIN_NAMESPACE_VERSION
namespace __detail
{
namespace __variant