forked from boostorg/config
Add missing BOOST_NO_CXX11_NUMERIC_LIMITS macro reference doc entry
This commit is contained in:
@ -2960,6 +2960,19 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p>
|
||||||
|
<code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_NUMERIC_LIMITS</span></code>
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>
|
||||||
|
The standard library <code class="computeroutput"><span class="special"><</span><span class="identifier">limits</span><span class="special">></span></code>
|
||||||
|
header does not support the C++11 version of <code class="computeroutput"><span class="identifier">numeric_limits</span></code>.
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<p>
|
<p>
|
||||||
<code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_RANGE_BASED_FOR</span></code>
|
<code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_RANGE_BASED_FOR</span></code>
|
||||||
|
@ -988,7 +988,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
|
||||||
<td align="left"><p><small>Last revised: October 21, 2014 at 11:37:59 GMT</small></p></td>
|
<td align="left"><p><small>Last revised: May 04, 2015 at 13:34:36 GMT</small></p></td>
|
||||||
<td align="right"><div class="copyright-footer"></div></td>
|
<td align="right"><div class="copyright-footer"></div></td>
|
||||||
</tr></table>
|
</tr></table>
|
||||||
<hr>
|
<hr>
|
||||||
|
@ -670,6 +670,9 @@ compilers implementing an early draft of the C++11 standard (in particular, inco
|
|||||||
]]
|
]]
|
||||||
[[`BOOST_NO_CXX11_NULLPTR`][The compiler does not support `nullptr`.
|
[[`BOOST_NO_CXX11_NULLPTR`][The compiler does not support `nullptr`.
|
||||||
]]
|
]]
|
||||||
|
[[`BOOST_NO_CXX11_NUMERIC_LIMITS`][The standard library `<limits>` header does
|
||||||
|
not support the C++11 version of `numeric_limits`.
|
||||||
|
]]
|
||||||
[[`BOOST_NO_CXX11_RANGE_BASED_FOR`][The compiler does not support
|
[[`BOOST_NO_CXX11_RANGE_BASED_FOR`][The compiler does not support
|
||||||
range-based for statements.
|
range-based for statements.
|
||||||
]]
|
]]
|
||||||
|
Reference in New Issue
Block a user