list.cc (_GLIBCXX_USE_CXX11_ABI): Define to zero.
* testsuite/libstdc++-xmethods/list.cc (_GLIBCXX_USE_CXX11_ABI): Define to zero. From-SVN: r222556
This commit is contained in:
parent
6e2a868d04
commit
874ef163cf
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue