Skip to content

Commit ea3337e

Browse files
authored
Add leading example sentence in C3551 error reference
1 parent a3bc89d commit ea3337e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/error-messages/compiler-errors-2/compiler-error-c3551.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ The leading return type in [trailing return type](../../cpp/functions-cpp.md#tra
1515

1616
## Example
1717

18+
The following example generates C3551:
19+
1820
```cpp
1921
// C3551.cpp
2022
// compile with: /c

0 commit comments

Comments
 (0)