Skip to content

Commit b7ef864

Browse files
authored
Add C7688 error reference to TOC
1 parent 51eea59 commit b7ef864

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ helpviewer_keywords: ["C7688"]
1313

1414
OpenMP restricts expressions in `#pragma omp atomic` constructs to scalar type.
1515

16-
Compiler error C7688 is new in Visual Studio 2022 version 17.4. In previous compiler versions, the compiler would emit error [C3048](./compiler-error-c3048.md).
16+
Compiler error C7688 is new in Visual Studio 2022 version 17.4. In previous compiler versions, the compiler would emit error [C3048](compiler-error-c3048.md).
1717

1818
## Example
1919

docs/error-messages/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3167,6 +3167,8 @@ items:
31673167
href: compiler-errors-2/compiler-error-c7553.md
31683168
- name: Compiler error C7626
31693169
href: compiler-warnings/c5208.md
3170+
- name: Compiler error C7688
3171+
href: compiler-errors-2/compiler-error-c7688.md
31703172
- name: Compiler warnings C4000 through C5999
31713173
expanded: false
31723174
items:

0 commit comments

Comments
 (0)