Re: [PATCH] Fix tests that fail with _GLIBCXX_USE_CXX11_ABI=0

2019-04-26 Thread Jakub Jelinek
On Fri, Apr 26, 2019 at 04:02:00PM +0100, Jonathan Wakely wrote: > The pmr::string typedef isn't available for the old COW string, so some > tests that use it were failing. > > * testsuite/20_util/variant/run.cc: Use a new Hashable type to test > hashing, because pmr::string depends on

[PATCH] Fix tests that fail with _GLIBCXX_USE_CXX11_ABI=0

2019-04-26 Thread Jonathan Wakely
The pmr::string typedef isn't available for the old COW string, so some tests that use it were failing. * testsuite/20_util/variant/run.cc: Use a new Hashable type to test hashing, because pmr::string depends on _GLIBCXX_USE_CXX11_ABI==1. * testsuite/21_strings/basic_strin