Commit 874ef163 by Doug Evans Committed by Doug Evans

list.cc (_GLIBCXX_USE_CXX11_ABI): Define to zero.

	* testsuite/libstdc++-xmethods/list.cc (_GLIBCXX_USE_CXX11_ABI):
	Define to zero.

From-SVN: r222556
parent 6e2a868d
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
......
......@@ -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
......
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