mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
97ad3aef45
commit
9b796223a3
|
|
@ -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>
|
2016-12-08 David Edelsohn <dje.gcc@gmail.com>
|
||||||
|
|
||||||
* testsuite/25_algorithms/headers/algorithm/
|
* testsuite/25_algorithms/headers/algorithm/
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,6 @@
|
||||||
|
|
||||||
namespace std _GLIBCXX_VISIBILITY(default)
|
namespace std _GLIBCXX_VISIBILITY(default)
|
||||||
{
|
{
|
||||||
_GLIBCXX_BEGIN_NAMESPACE_VERSION
|
|
||||||
namespace __detail
|
namespace __detail
|
||||||
{
|
{
|
||||||
namespace __variant
|
namespace __variant
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue