Skip to content

Commit b4eab88

Browse files
authored
Remove invalid macro definitions in C2162 example
Diff has odd change which doesn't show up in the file.
1 parent 85ce5cb commit b4eab88

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/error-messages/compiler-errors-1/compiler-error-c2162.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,4 @@ The following example generates C2162:
2020
// compile with: /c
2121
#define make_string1(s) # // C2162
2222
#define make_string2(s) #s // OK
23-
24-
#define make_char1(c) #@ // C2162
25-
#define make_char2(c) #@c // OK
2623
```

0 commit comments

Comments
 (0)