mirror of git://gcc.gnu.org/git/gcc.git
list.cc (_GLIBCXX_USE_CXX11_ABI): Define to zero.
* testsuite/libstdc++-xmethods/list.cc (_GLIBCXX_USE_CXX11_ABI): Define to zero. From-SVN: r222586
This commit is contained in:
parent
749f1ce98e
commit
3593efb61b
|
|
@ -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 Stephan Bergmann <sbergman@redhat.com>
|
||||
|
||||
* include/debug/vector (_Safe_vector::operator=): Add missing returns.
|
||||
|
|
|
|||
|
|
@ -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…
Reference in New Issue