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 06d7463 + 70c881b commit 9445846Copy full SHA for 9445846
docs/cpp/attributes.md
@@ -159,7 +159,7 @@ void f() {
159
160
### `[[msvc::noinline]]`
161
162
-When placed before a function declaration, the Microsoft-specific attribute `[[msvc::noinline]]` has the same meaning as `declspec(noinline)`.
+When placed before a function declaration, the Microsoft-specific attribute `[[msvc::noinline]]` has the same meaning as `__declspec(noinline)`.
163
164
### `[[msvc::noinline_calls]]`
165
0 commit comments