You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/porting/visual-cpp-change-history-2003-2015.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Microsoft C/C++ change history 2003 - 2015"
3
3
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
5
5
helpviewer_keywords: ["breaking changes [C++]"]
6
6
---
7
7
# Microsoft C/C++ change history 2003 - 2015
@@ -3365,7 +3365,7 @@ The `SchedulerType` enumeration of `UmsThreadDefault` is deprecated. Specificati
3365
3365
3366
3366
- The syntax for SAL Annotations has changed. For more information, see [SAL Annotations](../c-runtime-library/sal-annotations.md).
3367
3367
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).
3369
3369
3370
3370
- The C Run-Time Libraries that ship with Visual Studio are no longer dependent on the system DLL msvcrt.dll.
0 commit comments