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
-[Examples of Lambda Expressions](../cpp/examples-of-lambda-expressions.md) - fixed code example
98
+
-[Inline functions (C++)](../cpp/inline-functions-cpp.md) - address mistakes in inline functions cpp and remove content contrasting inline functions and macros
99
99
100
100
### Cross platform development
101
101
@@ -107,7 +107,7 @@ This article lists major changes to the Microsoft C++ docs for November 2023 to
107
107
108
108
**Updated articles**
109
109
110
-
-[Translation mode constants](../c-runtime-library/translation-mode-constants.md) - Clarify that `_O_TEXT` is ANSI
110
+
-[Translation mode constants](../c-runtime-library/translation-mode-constants.md) - clarify that `_O_TEXT` is ANSI
111
111
112
112
### C/C++ compiler and tools errors and warnings
113
113
@@ -171,15 +171,15 @@ This article lists major changes to the Microsoft C++ docs for November 2023 to
171
171
172
172
**Updated articles**
173
173
174
-
-[Compiler warnings that are off by default](../preprocessor/compiler-warnings-that-are-off-by-default.md) - add new warning for VS 17.6 - C5266, add warning level info, new warning topic for C5267
174
+
-[Compiler warnings that are off by default](../preprocessor/compiler-warnings-that-are-off-by-default.md) - add new warning for VS 17.6 - C5266 & C5267 and add warning level info
-[ClickOnce Deployment for Visual C++ Applications](../windows/clickonce-deployment-for-visual-cpp-applications.md) - fixed code example
182
-
-[Microsoft Visual C++ Redistributable latest supported downloads](../windows/latest-supported-vc-redist.md) - note 2013 no longer supported, and other updates
182
+
-[Microsoft Visual C++ Redistributable latest supported downloads](../windows/latest-supported-vc-redist.md) - note 2013 no longer supported and other updates
183
183
184
184
## What's new history
185
185
@@ -189,7 +189,7 @@ This section lists major changes to the Microsoft C++ docs for August 2023 to ea
-[`/permissive-` (Standards conformance)](../build/reference/permissive-standards-conformance.md) - reflect new behavior as of 17.6
206
+
-[`/Zc:externConstexpr` (Enable extern constexpr variables)](../build/reference/zc-externconstexpr.md) - reflect new behavior as of 17.6
207
+
-[Overview of ARM64EC ABI conventions](../build/arm64ec-windows-abi-conventions.md) - ppdated register mapping for integer registers table
208
+
-[`/DEBUG` (Generate debug info)](../build/reference/debug-generate-debug-info.md) - correct documentation for `/DEBUG:FASTLINK` and `/DEBUG`
209
209
210
210
### Code quality
211
211
@@ -217,7 +217,7 @@ This section lists major changes to the Microsoft C++ docs for August 2023 to ea
217
217
218
218
**Updated articles**
219
219
220
-
-[How to specify additional code information by using `_Analysis_assume_`](../code-quality/how-to-specify-additional-code-information-by-using-analysis-assume.md) - Updated remarks
220
+
-[How to specify additional code information by using `_Analysis_assume_`](../code-quality/how-to-specify-additional-code-information-by-using-analysis-assume.md) - updated remarks
221
221
222
222
Clarified behavior for the following warnings:
223
223
@@ -234,17 +234,17 @@ Clarified behavior for the following warnings:
234
234
235
235
**Updated articles**
236
236
237
-
-[`alignas` (C++)](../cpp/alignas-specifier.md) - Updates to the remarks
-[__fastcall](../cpp/fastcall.md) - added info about classes, structs, and unions
240
+
-[`decltype` (C++)](../cpp/decltype-cpp.md) - fixed code example
241
+
-[noreturn](../cpp/noreturn.md) - improved example
242
242
243
243
### C runtime library
244
244
245
245
**Updated articles**
246
246
247
-
-[`fegetround`, `fesetround`](../c-runtime-library/reference/fegetround-fesetround2.md) - Noted change of the values for `FE_UPWARD` and `FE_DOWNWARD`.
247
+
-[`fegetround`, `fesetround`](../c-runtime-library/reference/fegetround-fesetround2.md) - noted change of values for `FE_UPWARD` and `FE_DOWNWARD`
248
248
249
249
### C/C++ compiler and tools errors and warnings
250
250
@@ -274,19 +274,19 @@ Clarified behavior for the following warnings:
274
274
275
275
**Updated articles**
276
276
277
-
-[C++ Conformance improvements, behavior changes, and bug fixes in Visual Studio 2022](../overview/cpp-conformance-improvements.md) - Added conformance updates for 17.7 and 17.8.
278
-
-[What's new for C++ in Visual Studio 2022](../overview/what-s-new-for-visual-cpp-in-visual-studio.md) - Updated what's new in C++.
277
+
-[C++ Conformance improvements, behavior changes, and bug fixes in Visual Studio 2022](../overview/cpp-conformance-improvements.md) - added conformance updates for 17.7 and 17.8.
278
+
-[What's new for C++ in Visual Studio 2022](../overview/what-s-new-for-visual-cpp-in-visual-studio.md) - updated what's new in C++.
279
279
280
280
### C++ Standard Template Library (STL) reference
281
281
282
282
**Updated articles**
283
283
284
-
-[auto_ptr class](../standard-library/auto-ptr-class.md) - Added deprecation info
284
+
-[auto_ptr class](../standard-library/auto-ptr-class.md) - added deprecation info
285
285
286
286
### Active Template Library (ATL), Microsoft Foundation Classes (MFC)
287
287
288
288
**Updated articles**
289
289
290
-
-[Connection maps](../mfc/reference/connection-maps.md) - Corrected parameter description of `pRefCount` in `AfxConnection(Un)Advise`.
0 commit comments