Fix std::variant for gnu-versioned--namespace build
authorJonathan Wakely <jwakely@redhat.com>
Fri, 9 Dec 2016 15:22:01 +0000 (15:22 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 9 Dec 2016 15:22:01 +0000 (15:22 +0000)
* include/std/variant: Remove misplaced
_GLIBCXX_BEGIN_NAMESPACE_VERSION macro.

From-SVN: r243489

libstdc++-v3/ChangeLog
libstdc++-v3/include/std/variant

index 3697badc11801484b185e40f1b377f7c4a417797..72abfe11b872eeb7eb427163d564227822d4719d 100644 (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/
index 822674ffbecf30ed4a85660763aba3fe82db8324..899198a5777c2e74b3b387ccced2e63ef6fbcf31 100644 (file)
@@ -46,7 +46,6 @@
 
 namespace std _GLIBCXX_VISIBILITY(default)
 {
-_GLIBCXX_BEGIN_NAMESPACE_VERSION
 namespace __detail
 {
 namespace __variant