mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-29 11:47:14 +02:00
Merge [43112], [62165], [65119], and [65120] from the trunk.
[SVN r71037]
This commit is contained in:
@ -44,7 +44,7 @@
|
||||
<h4>Sample Code</h4>
|
||||
<div><pre>
|
||||
#include <<a href="../headers/control/iif.html">boost/preprocessor/control/iif.hpp</a>>
|
||||
#include <<a href="../headers/logical/or.html">boost/preprocessor/logical/or.hpp</a>
|
||||
#include <<a href="../headers/logical/or.html">boost/preprocessor/logical/or.hpp</a>>
|
||||
|
||||
#define OR_IF(p, q, t, f) <a href="iif.html">BOOST_PP_IIF</a>(<a href="or.html">BOOST_PP_OR</a>(p, q), t, f)
|
||||
|
||||
|
Reference in New Issue
Block a user