force old implementation of std::string for leak_cpp_interior test

This patch forces leak_cpp_interior to be compiled using old implementation
of std::string.

Related issue #373069

Patch by Aleksandar Rikalo.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16217
This commit is contained in:
Petar Jovanovic
2017-01-31 18:22:20 +00:00
parent b8854a1c50
commit 33a203f1cb
5 changed files with 9 additions and 8 deletions

View File

@@ -1,3 +1,4 @@
#define _GLIBCXX_USE_CXX11_ABI 0
#define __STDC_FORMAT_MACROS
#include <inttypes.h>
#include <stdio.h>