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.
2 parents 79d8186 + 896c166 commit d9dc0c0Copy full SHA for d9dc0c0
abi.html
@@ -6390,6 +6390,8 @@ <h4><a href="#vague-vtable"> 5.2.3 Virtual Tables</a></h4>
6390
Note that if the key function is not declared inline in the class definition,
6391
but its definition later is always declared inline,
6392
it will be emitted in every object containing the definition.</i>
6393
+A constexpr or consteval function is always declared constexpr or consteval on
6394
+its first declaration, and is implicitly inline, so is never a key function.
6395
6396
<p>
6397
<img src=warning.gif alt="<b>NOTE</b>:">
0 commit comments