aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs/html/18_support/howto.html
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/docs/html/18_support/howto.html')
-rw-r--r--libstdc++-v3/docs/html/18_support/howto.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/libstdc++-v3/docs/html/18_support/howto.html b/libstdc++-v3/docs/html/18_support/howto.html
index c95f956a370..df7305cc033 100644
--- a/libstdc++-v3/docs/html/18_support/howto.html
+++ b/libstdc++-v3/docs/html/18_support/howto.html
@@ -117,7 +117,9 @@
<p>This header mainly defines traits classes to give access to various
implementation defined-aspects of the fundamental types. The
traits classes -- fourteen in total -- are all specilizations of the
- template class <code>numeric_limits</code> defined as follows:
+ template class <code>numeric_limits</code>, documented
+ <a href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/structstd_1_1numeric__limits.html">here</a>
+ and defined as follows:
</p>
<pre>
template&lt;typename T&gt; struct class {