mirror of
https://github.com/boostorg/boost.git
synced 2025-04-13 16:40:42 +00:00
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]
This commit is contained in:
parent
98ecd4ec9d
commit
71ed0eaa84
4 changed files with 5 additions and 3 deletions
|
@ -102,6 +102,8 @@ formal reviews of proposed libraries.</p>
|
|||
<h2><a name="Latest News">Latest News</a></h2>
|
||||
<p>Sometime in the Future - Version Not Yet Known</p>
|
||||
<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>:
|
||||
Avoid compiler warnings</li>
|
||||
<li><a href="libs/smart_ptr/index.htm">Smart Pointers Library</a>: Added
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit e9a05a8e99e8661e9126baa4d04b4304dd2220d5
|
||||
Subproject commit f60564c3fcfcd5c70c29ccff0659b0629e829b38
|
|
@ -1 +1 @@
|
|||
Subproject commit 01448d3373eb1370d223fbc1b62b61abe8623dd5
|
||||
Subproject commit 5efbcbea28acec85097d70d21d747f80d1eefc27
|
|
@ -1 +1 @@
|
|||
Subproject commit 4772bb099e3d13563d1d55f84458bcf06ec9b9b1
|
||||
Subproject commit 12b9366f33848a0d354cbf3aeefb86b1657528a4
|
Loading…
Add table
Reference in a new issue