File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -138,9 +138,9 @@ The Microsoft-specific `[[msvc::intrinsic]]` attribute tells the compiler to inl
138
138
139
139
The ` [[msvc::intrinsic]] ` attribute has three constraints on the function it's applied to:
140
140
141
- 1 . The function can't be recursive; its body must only have a return statement with a cast.
142
- 1 . The function can only accept a single parameter.
143
- 1 . The ** ` /permissive- ` ** compiler option is required. (The ** ` /std:c++20 ` ** and later options imply ** ` /permissive- ` ** by default.)
141
+ - The function can't be recursive; its body must only have a return statement with a cast.
142
+ - The function can only accept a single parameter.
143
+ - The ** ` /permissive- ` ** compiler option is required. (The ** ` /std:c++20 ` ** and later options imply ** ` /permissive- ` ** by default.)
144
144
145
145
#### Example
146
146
You can’t perform that action at this time.
0 commit comments