Compare commits

..

1 Commits

Author SHA1 Message Date
nobody f9c278ad50 This commit was manufactured by cvs2svn to create branch 'split-config'.
[SVN r10742]
2001-08-04 14:31:38 +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.