We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df5799c commit ee2a8c9Copy full SHA for ee2a8c9
src/items/external-blocks.md
@@ -90,6 +90,8 @@ There are also some platform-specific ABI strings:
90
`__fastcall` and GCC and clang's `__attribute__((fastcall))`
91
* `extern "vectorcall"` -- The `vectorcall` ABI -- corresponds to MSVC's
92
`__vectorcall` and clang's `__attribute__((vectorcall))`
93
+* `extern "thiscall"` -- The default for C++ member functions on MSVC -- corresponds to MSVC's
94
+ `__thiscall` and GCC and clang's `__attribute__((thiscall))`
95
96
## Variadic functions
97
0 commit comments