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.
declspec
__declspec
1 parent 9198d2f commit 70c881bCopy full SHA for 70c881b
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