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/ChangeLog | 5 +++++ libstdc++-v3/doc/xml/manual/using.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'libstdc++-v3') diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index f4fac75..cecc73b 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2017-11-21 Przemyslaw Wirkus + + * doc/xml/manual/using.xml (manual.intro.using.macros): Move + variablelist element at the end of its list. + 2017-11-21 Sebastian Huber * acinclude.m4 (GLIBCXX_ENABLE_LIBSTDCXX_TIME): Add rtems*. 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