Skip to content

Commit a96e162

Browse files
authored
Add "Remarks" and "Example" headings in C2018 error reference
1 parent 929d024 commit a96e162

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,12 @@ ms.assetid: 86b54573-dca0-4446-be1a-e3ac489c073b
1010

1111
> unknown character 'hexnumber'
1212
13+
## Remarks
14+
1315
The source file contains an unexpected ASCII character, which is identified by its hex number. To resolve the error, remove the character.
1416

17+
## Example
18+
1519
The following sample generates C2018:
1620

1721
```cpp

0 commit comments

Comments
 (0)