mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 12:27:16 +02:00
Split Utility/IdentityType and Functional/OverloadedFunction tests into smaller tests.
Updated docs for ScopeExit, LocalFunction, Utility/IdentityType, and Functional/OverloadedFunction. [SVN r77484]
This commit is contained in:
@ -2703,6 +2703,20 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p>
|
||||||
|
<code class="computeroutput"><span class="identifier">BOOST_NO_LOCAL_CLASS_TEMPLATE_PARAMETERS</span></code>
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
<td>
|
||||||
|
<p>
|
||||||
|
The compiler does not allow to pass local classes as template parameters
|
||||||
|
(this macro intentionally does not control passing of unnamed types
|
||||||
|
as template parameters, see also <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2657.htm" target="_top">N2657</a>).
|
||||||
|
</p>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<p>
|
<p>
|
||||||
<code class="computeroutput"><span class="identifier">BOOST_NO_LONG_LONG</span></code>
|
<code class="computeroutput"><span class="identifier">BOOST_NO_LONG_LONG</span></code>
|
||||||
|
@ -951,7 +951,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: March 12, 2012 at 00:24:44 GMT</small></p></td>
|
<td align="left"><p><small>Last revised: March 21, 2012 at 18:21:54 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>
|
||||||
|
@ -598,9 +598,9 @@ default template arguments for function templates.
|
|||||||
]]
|
]]
|
||||||
[[`BOOST_NO_LAMBDAS`][The compiler does not support Lambdas.
|
[[`BOOST_NO_LAMBDAS`][The compiler does not support Lambdas.
|
||||||
]]
|
]]
|
||||||
[[`BOOST_NO_LOCAL_CLASS_TEMPLATE_PARAMETERS`][The compiler does not support
|
[[`BOOST_NO_LOCAL_CLASS_TEMPLATE_PARAMETERS`][The compiler does not allow to
|
||||||
local classes as template parameters (this macro intentionally does not
|
pass local classes as template parameters (this macro intentionally does not
|
||||||
control support for unnamed types as template parameters, see also
|
control passing of unnamed types as template parameters, see also
|
||||||
[@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2657.htm N2657]).
|
[@http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2657.htm N2657]).
|
||||||
]]
|
]]
|
||||||
[[`BOOST_NO_LONG_LONG`][The compiler does not support `long long`.
|
[[`BOOST_NO_LONG_LONG`][The compiler does not support `long long`.
|
||||||
|
Reference in New Issue
Block a user