Skip to content

Commit fade131

Browse files
authored
Add std::underlying_type "See also" link in C2154 error reference
1 parent 99d7aee commit fade131

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ __underlying_type(int) i; // C2154
3030
__underlying_type(E) e; // OK
3131
__underlying_type(EC) ec; // OK
3232
```
33+
34+
## See also
35+
36+
[`underlying_type` class](../../standard-library/underlying-type-class.md)

0 commit comments

Comments
 (0)