Compare commits

...

3 Commits

Author SHA1 Message Date
nobody bf08349599 This commit was manufactured by cvs2svn to create branch
'python-v2-dev'.

[SVN r14785]
2002-08-12 13:35:54 +00:00
Beman Dawes 1235f5192d Fix link
[SVN r12732]
2002-02-05 18:28:12 +00:00
Beman Dawes 9563c0176a Fix broken links and other HTML changes related to new config system
[SVN r11142]
2001-09-18 21:24:51 +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/index.htm">boost/config.hpp</a> is used
BOOST_NO_LIMITS from <a href="../config/config.htm">boost/config.hpp</a> is used
to determine &lt;limits&gt; availability.
<p>Note also the test program <a href="../config/limits_test.cpp">limits_test.cpp</a>
<p>Note also the test program <a href="../config/test/limits_test.cpp">limits_test.cpp</a>
<p>
Contributed by Jens Maurer.