]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/libstdc++-prettyprinters/whatis.cc
New std::string implementation.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / libstdc++-prettyprinters / whatis.cc
index b3989720abcdc0a9e3aa93503e4c10091a4132d7..76ba1b8fc9cbe7a9a49be46f0f84ec18d729fd2f 100644 (file)
@@ -18,6 +18,9 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
+// Type printers only recognize the old std::string for now.
+#define _GLIBCXX_USE_CXX11_ABI 0
+
 #include <string>
 #include <iostream>
 #include <regex>