PR libstdc++/90361 add missing macro definition
authorJonathan Wakely <jwakely@redhat.com>
Mon, 12 Aug 2019 16:41:27 +0000 (17:41 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 12 Aug 2019 16:41:27 +0000 (17:41 +0100)
commit0124d2c5bb0ac41a6f3288b5f11861c127f13409
tree2d555d2a2064ab312fb2dce7d28ea5f8dbb2b709
parente6b2dc248df351be58ecaa8bb5af8ec523d2530e
PR libstdc++/90361 add missing macro definition

The src/c++17/string-inst.cc file needs to override the default string
ABI so that it still contains the expected symbols even when the library
is configured with --with-default-libstdcxx-abi=gcc4-compatible.

PR libstdc++/90361
* src/c++17/string-inst.cc: Use _GLIBCXX_USE_CXX11_ABI=1 by default.

From-SVN: r274314
libstdc++-v3/ChangeLog
libstdc++-v3/src/c++17/string-inst.cc