diff options
author | Przemyslaw Wirkus <przemyslaw.wirkus@arm.com> | 2017-11-21 18:45:04 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2017-11-21 18:45:04 +0000 |
commit | b99415b7601c40eb98291a198b28793c64b05688 (patch) | |
tree | 14cd63a04629e46aa659b8af1705ccaac3f4c5ea | |
parent | 4bd9c84c523256b64f8e8a24b1b1284dfc301ef2 (diff) | |
download | gcc-b99415b7601c40eb98291a198b28793c64b05688.zip gcc-b99415b7601c40eb98291a198b28793c64b05688.tar.gz gcc-b99415b7601c40eb98291a198b28793c64b05688.tar.bz2 |
Fix invalid XML in libstdc++ manual
2017-11-21 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
* doc/xml/manual/using.xml (manual.intro.using.macros): Move
variablelist element at the end of its list.
From-SVN: r255023
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/using.xml | 2 |
2 files changed, 6 insertions, 1 deletions
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 <przemyslaw.wirkus@arm.com> + + * doc/xml/manual/using.xml (manual.intro.using.macros): Move + variablelist element at the end of its list. + 2017-11-21 Sebastian Huber <sebastian.huber@embedded-brains.de> * 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. </para> </listitem></varlistentry> - </variablelist> <varlistentry><term><code>_GLIBCXX_SANITIZE_VECTOR</code></term> <listitem> @@ -1008,6 +1007,7 @@ g++ -Winvalid-pch -I. -include stdc++.h -H -g -O2 hello.cc -o test.exe destroy or modify vectors. </para> </listitem></varlistentry> + </variablelist> </section> |