Binary or replaced with logical or

[SVN r10452]
This commit is contained in:
Stephen Cleary 2001-06-27 22:12:19 +00:00
parent b876308812
commit af9fe53dfd

View File

@ -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>