We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f095291 commit 27a831aCopy full SHA for 27a831a
cppguide.html
@@ -3238,8 +3238,10 @@ <h3 id="Use_of_const">Use of const</h3>
3238
rare), or they can't safely be invoked concurrently.</li>
3239
</ul>
3240
3241
+<span class="nondrake">
3242
<p>Using <code>const</code> on local variables is neither encouraged
3243
nor discouraged.</p>
3244
+</span>
3245
3246
<p>All of a class's <code>const</code> operations should be safe
3247
to invoke concurrently with each other. If that's not feasible, the class must
0 commit comments