mirror of
https://github.com/boostorg/boost.git
synced 2025-04-10 23:30:41 +00:00
Binary or replaced with logical or
[SVN r10452]
This commit is contained in:
parent
4f04ea4e38
commit
f8e6964f6e
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ expressions; use template meta-programming instead.</i></b></p>
|
|||
of workaround templates, that fulfil the role of logical
|
||||
operators, for example instead of:</p>
|
||||
|
||||
<p><code>INTEGRAL_CONSTANT1 | INTEGRAL_CONSTANT2</code></p>
|
||||
<p><code>INTEGRAL_CONSTANT1 || INTEGRAL_CONSTANT2</code></p>
|
||||
|
||||
<p>Use:</p>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue