Skip to content

Commit 981adfc

Browse files
authored
Bullet nonsequential list
1 parent fe182af commit 981adfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/cpp/attributes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ The Microsoft-specific `[[msvc::intrinsic]]` attribute tells the compiler to inl
138138

139139
The `[[msvc::intrinsic]]` attribute has three constraints on the function it's applied to:
140140

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.)
144144

145145
#### Example
146146

0 commit comments

Comments
 (0)