Skip to content

Commit fd5669b

Browse files
authored
Fix __STDC__ being rendered as bold text
1 parent fe00e93 commit fd5669b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/porting/visual-cpp-what-s-new-2003-through-2015.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
2-
description: "Learn more about: Visual C++ What's New 2003 through 2015"
32
title: "Visual C++ What's New 2003 through 2015"
3+
description: "Learn more about: Visual C++ What's New 2003 through 2015"
44
ms.date: "07/02/2019"
5-
ms.assetid: c4afde6f-3d75-40bf-986f-be57e3818e26
65
---
76
# Visual C++ What's New 2003 through 2015
87

@@ -2206,7 +2205,7 @@ The compiler has breaking changes in this release.
22062205
- In each function topic, a section on .NET Framework equivalents has been added.
22072206
- Several string functions now have the option of truncating strings rather than failing when output buffers are too small; see **_TRUNCATE**.
22082207
- `_set_se_translator` now requires the use of the `/EHa` compiler option.
2209-
- `fpos_t` is now **`__int64`** under `/Za` (for C code) and when __STDC__ is set manually (for C++ code). It used to be a **`struct`**.
2208+
- `fpos_t` is now **`__int64`** under `/Za` (for C code) and when `__STDC__` is set manually (for C++ code). It used to be a **`struct`**.
22102209
- _CRT_DISABLE_PERFCRIT_LOCKS can improve the I/O performance of single-threaded programs.
22112210
- POSIX names have been deprecated in favor of ISO C++ conformant names (for example, use `_getch` rather than `getch`).
22122211
- New link options .obj files are available for pure mode

0 commit comments

Comments
 (0)