list.cc (_GLIBCXX_USE_CXX11_ABI): Define to zero.
authorDoug Evans <dje@google.com>
Wed, 29 Apr 2015 00:17:09 +0000 (00:17 +0000)
committerDoug Evans <devans@gcc.gnu.org>
Wed, 29 Apr 2015 00:17:09 +0000 (00:17 +0000)
* testsuite/libstdc++-xmethods/list.cc (_GLIBCXX_USE_CXX11_ABI):
Define to zero.

From-SVN: r222556

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/libstdc++-xmethods/list.cc

index 16e43c3fc36392f018edc8f9be161b75fd5f7b33..5c7eb2c3c9102005b4869a20bea2bba8cc85c430 100644 (file)
@@ -1,3 +1,8 @@
+2015-04-28  Doug Evans  <dje@google.com>
+
+       * testsuite/libstdc++-xmethods/list.cc (_GLIBCXX_USE_CXX11_ABI):
+       Define to zero.
+
 2015-04-28  Jonathan Wakely  <jwakely@redhat.com>
 
        * include/bits/stl_algo.h (random_shuffle): Only define for hosted
index a1ac005d6b74c324a1d1f2e35ef8e6af373464ad..9f716f7db53f98580ccfb583d9387ad51571ae75 100644 (file)
@@ -18,6 +18,9 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
+// List xmethods only recognize the non cxx11 std::list for now.
+#define _GLIBCXX_USE_CXX11_ABI 0
+
 #include <list>
 
 int