Commit b99415b7 by Przemyslaw Wirkus Committed by Jonathan Wakely

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
parent 4bd9c84c
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> 2017-11-21 Sebastian Huber <sebastian.huber@embedded-brains.de>
* acinclude.m4 (GLIBCXX_ENABLE_LIBSTDCXX_TIME): Add rtems*. * acinclude.m4 (GLIBCXX_ENABLE_LIBSTDCXX_TIME): Add rtems*.
......
...@@ -989,7 +989,6 @@ g++ -Winvalid-pch -I. -include stdc++.h -H -g -O2 hello.cc -o test.exe ...@@ -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. enables support for ISO/IEC 29124 Special Math Functions.
</para> </para>
</listitem></varlistentry> </listitem></varlistentry>
</variablelist>
<varlistentry><term><code>_GLIBCXX_SANITIZE_VECTOR</code></term> <varlistentry><term><code>_GLIBCXX_SANITIZE_VECTOR</code></term>
<listitem> <listitem>
...@@ -1008,6 +1007,7 @@ g++ -Winvalid-pch -I. -include stdc++.h -H -g -O2 hello.cc -o test.exe ...@@ -1008,6 +1007,7 @@ g++ -Winvalid-pch -I. -include stdc++.h -H -g -O2 hello.cc -o test.exe
destroy or modify vectors. destroy or modify vectors.
</para> </para>
</listitem></varlistentry> </listitem></varlistentry>
</variablelist>
</section> </section>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment