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 db2fc84 commit c5ed3c6Copy full SHA for c5ed3c6
clang-tools-extra/docs/clang-tidy/checks/performance/noexcept-move-constructor.rst
@@ -9,5 +9,5 @@ marked with ``noexcept`` or marked with ``noexcept(expr)`` where ``expr``
9
evaluates to ``false`` (but is not a ``false`` literal itself).
10
11
Move constructors of all the types used with STL containers, for example,
12
-need to be declared ``noexcept``. Otherwise STL will choose copy constructors
+should be declared ``noexcept``. Otherwise STL may choose copy constructors
13
instead. The same is valid for move assignment operations.
0 commit comments