Bläddra i källkod

Binary or replaced with logical or

[SVN r10452]
Stephen Cleary 25 år sedan
förälder
incheckning
f8e6964f6e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      more/int_const_guidelines.htm

+ 1 - 1
more/int_const_guidelines.htm

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

粤ICP备19079148号