Compare commits

..

1 Commits

Author SHA1 Message Date
nobody be74e8cf62 This commit was manufactured by cvs2svn to create tag
'Version_1_23_0'.

[SVN r10562]
2001-07-06 20:31:02 +00:00
+2 -2
View File
@@ -62,9 +62,9 @@ yet this header is not always supplied by non-conforming compilers and
libraries.&nbsp; Header <a href="../../boost/limits.hpp">boost/limits.hpp</a>
simply includes the standard library &lt;limits&gt; header if available,
otherwise includes <a href="../../boost/detail/limits.hpp">boost/detail/limits.hpp</a>.&nbsp;
BOOST_NO_LIMITS from <a href="../config/config.htm">boost/config.hpp</a> is used
BOOST_NO_LIMITS from <a href="../config/index.htm">boost/config.hpp</a> is used
to determine &lt;limits&gt; availability.
<p>Note also the test program <a href="../config/test/limits_test.cpp">limits_test.cpp</a>
<p>Note also the test program <a href="../config/limits_test.cpp">limits_test.cpp</a>
<p>
Contributed by Jens Maurer.