diff options
Diffstat (limited to 'libstdc++-v3/doc/html/manual/bk01pt02ch04s02.html')
-rw-r--r-- | libstdc++-v3/doc/html/manual/bk01pt02ch04s02.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/doc/html/manual/bk01pt02ch04s02.html b/libstdc++-v3/doc/html/manual/bk01pt02ch04s02.html index 0ed5fa86fa4..45fa1f6e2b4 100644 --- a/libstdc++-v3/doc/html/manual/bk01pt02ch04s02.html +++ b/libstdc++-v3/doc/html/manual/bk01pt02ch04s02.html @@ -5,7 +5,7 @@ traits classes to give access to various implementation defined-aspects of the fundamental types. The traits classes -- fourteen in total -- are all specializations of the template class - <code class="classname">numeric_limits</code>, documented <a class="ulink" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a00485.html" target="_top">here</a> + <code class="classname">numeric_limits</code>, documented <a class="ulink" href="http://gcc.gnu.org/onlinedocs/libstdc++/latest-doxygen/a00593.html" target="_top">here</a> and defined as follows: </p><pre class="programlisting"> template<typename T> |