From b99415b7601c40eb98291a198b28793c64b05688 Mon Sep 17 00:00:00 2001 From: Przemyslaw Wirkus Date: Tue, 21 Nov 2017 18:45:04 +0000 Subject: Fix invalid XML in libstdc++ manual 2017-11-21 Przemyslaw Wirkus * doc/xml/manual/using.xml (manual.intro.using.macros): Move variablelist element at the end of its list. From-SVN: r255023 --- libstdc++-v3/doc/xml/manual/using.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libstdc++-v3/doc/xml') diff --git a/libstdc++-v3/doc/xml/manual/using.xml b/libstdc++-v3/doc/xml/manual/using.xml index 6ce29fd..fdbaa57 100644 --- a/libstdc++-v3/doc/xml/manual/using.xml +++ b/libstdc++-v3/doc/xml/manual/using.xml @@ -989,7 +989,6 @@ g++ -Winvalid-pch -I. -include stdc++.h -H -g -O2 hello.cc -o test.exe enables support for ISO/IEC 29124 Special Math Functions. - _GLIBCXX_SANITIZE_VECTOR @@ -1008,6 +1007,7 @@ g++ -Winvalid-pch -I. -include stdc++.h -H -g -O2 hello.cc -o test.exe destroy or modify vectors. + -- cgit v1.1