|
From: Mark W. <ma...@so...> - 2020-05-14 11:04:15
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=022f8daf02ca89acfcb2875ed78f7fa4ee2522e7 commit 022f8daf02ca89acfcb2875ed78f7fa4ee2522e7 Author: Mark Wielaard <ma...@kl...> Date: Thu May 14 00:38:27 2020 +0200 drd-manual.xml: C++ isn't a valid id syntax, use CXX instead. Diff: --- drd/docs/drd-manual.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drd/docs/drd-manual.xml b/drd/docs/drd-manual.xml index 8e28e96e26..897a1bbe53 100644 --- a/drd/docs/drd-manual.xml +++ b/drd/docs/drd-manual.xml @@ -1285,7 +1285,7 @@ before Valgrind's header files are available. </sect2> -<sect2 id="drd-manual.C++11" xreflabel="C++11"> +<sect2 id="drd-manual.CXX11" xreflabel="C++11"> <title>Debugging C++11 Programs</title> <para>If you want to use the C++11 class std::thread you will need to do the |