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
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