Browse Source

BOOST_NO_LIMITS should not be used by user code; use <boost/limits.hpp> instead
BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS should not be defined when
BOOST_NO_LIMITS is defined


[SVN r13340]

Jens Maurer 24 years ago
parent
commit
71ed0eaa84
4 changed files with 5 additions and 3 deletions
  1. 2 0
      index.htm
  2. 1 1
      libs/config
  3. 1 1
      libs/detail
  4. 1 1
      libs/iterator

+ 2 - 0
index.htm

@@ -102,6 +102,8 @@ formal reviews of proposed libraries.</p>
 <h2><a name="Latest News">Latest News</a></h2>
 <h2><a name="Latest News">Latest News</a></h2>
 <p>Sometime in the Future - Version Not Yet Known</p>
 <p>Sometime in the Future - Version Not Yet Known</p>
 <ul>
 <ul>
+  <li><a href="libs/config/config.htm">Configuration Library</a>:
+  User code should not use BOOST_NO_LIMITS.
   <li><a href="libs/random/index.html">Random Number Library</a>:
   <li><a href="libs/random/index.html">Random Number Library</a>:
   Avoid compiler warnings</li>
   Avoid compiler warnings</li>
   <li><a href="libs/smart_ptr/index.htm">Smart Pointers Library</a>: Added
   <li><a href="libs/smart_ptr/index.htm">Smart Pointers Library</a>: Added

+ 1 - 1
libs/config

@@ -1 +1 @@
-Subproject commit e9a05a8e99e8661e9126baa4d04b4304dd2220d5
+Subproject commit f60564c3fcfcd5c70c29ccff0659b0629e829b38

+ 1 - 1
libs/detail

@@ -1 +1 @@
-Subproject commit 01448d3373eb1370d223fbc1b62b61abe8623dd5
+Subproject commit 5efbcbea28acec85097d70d21d747f80d1eefc27

+ 1 - 1
libs/iterator

@@ -1 +1 @@
-Subproject commit 4772bb099e3d13563d1d55f84458bcf06ec9b9b1
+Subproject commit 12b9366f33848a0d354cbf3aeefb86b1657528a4

粤ICP备19079148号