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
description: "Learn more about: Compiler Error C2290"
4
-
ms.date: 11/04/2016
4
+
ms.date: 12/5/2025
5
5
f1_keywords: ["C2290"]
6
6
helpviewer_keywords: ["C2290"]
7
7
---
8
8
# Compiler Error C2290
9
9
10
-
> C++ asm syntax ignored. Use __asm.
10
+
> C++ 'asm' syntax ignored. Use __asm.
11
11
12
12
## Remarks
13
13
14
-
The **`asm`** syntax is reserved for future use.
14
+
The **`asm`** syntax is reserved for future use. Try [`__asm`](../../assembler/inline/asm.md) instead. For more information, see [Inline Assembler](../../assembler/inline/inline-assembler.md).
0 commit comments