Add missing BOOST_NO_CXX11_NUMERIC_LIMITS macro reference doc entry

This commit is contained in:
Beman
2015-05-04 09:37:42 -04:00
parent ad22b77738
commit a0f7b67145
3 changed files with 17 additions and 1 deletions

View File

@@ -2960,6 +2960,19 @@
</td>
</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">&lt;</span><span class="identifier">limits</span><span class="special">&gt;</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>
<p>
<code class="computeroutput"><span class="identifier">BOOST_NO_CXX11_RANGE_BASED_FOR</span></code>