summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/docs/html/18_support/howto.html
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2007-12-10 00:38:36 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2007-12-10 00:38:36 +0000
commitc3d8729e5fd7bb66c398fd2512211e49f7ececbc (patch)
treefd8a2c1f9d4504553b1ef84e02282972137daf4a /libstdc++-v3/docs/html/18_support/howto.html
parentc55533c03f79c01037c7a6e0642659b5d67c8f01 (diff)
downloadppe42-gcc-c3d8729e5fd7bb66c398fd2512211e49f7ececbc.tar.gz
ppe42-gcc-c3d8729e5fd7bb66c398fd2512211e49f7ececbc.zip
2007-12-09 Benjamin Kosnik <bkoz@redhat.com>
* docs/html/ext/howto.html: Update. * docs/html/ext/sgiexts.html: Same. * docs/html/ext/concurrence.html: New. Document extensions. * docs/html/17_intro/api.html: Move some bits... * docs/html/17_intro/backwards_compatibility.html: here. New. Add compatibility suggestions, move existing ones. * docs/html/17_intro/howto.html: Update info. * docs/html/18_support/howto.html: Tweak. * docs/html/faq/index.html: Update thread info. * docs/html/documentation.html: Add links. * docs/html/20_util/allocator.html: Update info. * include/precompiled/stdc++.h: Add C++0x includes if appropriate. * testsuite/17_intro/headers/c++200x/all.cc: Same. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130732 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/docs/html/18_support/howto.html')
-rw-r--r--libstdc++-v3/docs/html/18_support/howto.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/libstdc++-v3/docs/html/18_support/howto.html b/libstdc++-v3/docs/html/18_support/howto.html
index 87dd8a5342e..dc5bc2a067d 100644
--- a/libstdc++-v3/docs/html/18_support/howto.html
+++ b/libstdc++-v3/docs/html/18_support/howto.html
@@ -281,9 +281,6 @@
</p>
<pre>
std::set_terminate(std::abort);</pre>
- <p>Return <a href="#top">to top of page</a> or
- <a href="../faq/index.html">to the FAQ</a>.
- </p>
<p>
This function will attempt to write to stderr. If your application
@@ -292,6 +289,11 @@
unspecified manner.
</p>
+ <p>Return <a href="#top">to top of page</a> or
+ <a href="../faq/index.html">to the FAQ</a>.
+ </p>
+
+
<hr />
<h2><a name="5">Dynamic memory management</a></h2>
<p>There are six flavors each of <code>new</code> and
OpenPOWER on IntegriCloud