Skip to content

Commit f2cf47c

Browse files
authored
Merge pull request #5334 from Rageking8/resolve-duplicate-fpieee-flt-in-visual-cpp-change-history-2003-2015-page
Resolve duplicate `_fpieee_flt` in "Microsoft C/C++ change history 2003 - 2015" page
2 parents 9980870 + 67adfe3 commit f2cf47c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/porting/visual-cpp-change-history-2003-2015.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Microsoft C/C++ change history 2003 - 2015"
33
description: "Find all the breaking changes in Microsoft C/C++ from Visual Studio 2003 through Visual Studio 2015 here."
4-
ms.date: "5/25/2023"
4+
ms.date: 5/25/2023
55
helpviewer_keywords: ["breaking changes [C++]"]
66
---
77
# Microsoft C/C++ change history 2003 - 2015
@@ -3365,7 +3365,7 @@ The `SchedulerType` enumeration of `UmsThreadDefault` is deprecated. Specificati
33653365
33663366
- The syntax for SAL Annotations has changed. For more information, see [SAL Annotations](../c-runtime-library/sal-annotations.md).
33673367
3368-
- The IEEE filter now supports the SSE 4.1 instruction set. For more information, see [_fpieee_flt](../c-runtime-library/reference/fpieee-flt.md)_fpieee_flt.
3368+
- The IEEE filter now supports the SSE 4.1 instruction set. For more information, see [`_fpieee_flt`](../c-runtime-library/reference/fpieee-flt.md).
33693369
33703370
- The C Run-Time Libraries that ship with Visual Studio are no longer dependent on the system DLL msvcrt.dll.
33713371

0 commit comments

Comments
 (0)