You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/standard-library/atomic.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Defines classes and class templates to use to create types that support atomic o
18
18
## Remarks
19
19
20
20
> [!NOTE]
21
-
> In code that's compiled by using [/clr:pure](../build/reference/clr-common-language-runtime-compilation), this header is blocked. Both **/clr:pure** and **/clr:safe** are deprecated in Visual Studio 2017 and later versions.
21
+
> In code that's compiled by using [/clr:pure](../build/reference/clr-common-language-runtime-compilation.md), this header is blocked. Both **/clr:pure** and **/clr:safe** are deprecated in Visual Studio 2017 and later versions.
22
22
23
23
An atomic operation has two key properties that help you use multiple threads to correctly manipulate an object without using mutex locks.
0 commit comments