Skip to content

Commit 8c8f2dc

Browse files
authored
fix table formatting
1 parent 1356b99 commit 8c8f2dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/build/reference/std-specify-language-standard-version.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ The **`/std`** option in effect during a C++ compilation can be detected by use
3030

3131
> [!IMPORTANT]
3232
> Because some existing code depends on the value of the macro `__cplusplus` being 199711L, the MSVC compiler doesn't change the value of this macro unless you explicitly opt in by setting [`/Zc:__cplusplus`](zc-cplusplus.md). Here are the values for `__cplusplus` depending on the language version you are compiling with:
33+
>
3334
> | Language version | __cplusplus value |
3435
> | `/std:c++14` | 201402 |
3536
> | `/std:c++17` | 201703 |

0 commit comments

Comments
 (0)