Skip to content

Commit 8ace43f

Browse files
TylerMSFTTylerMSFT
authored andcommitted
fix dupe headers
1 parent b61b876 commit 8ace43f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/overview/whats-new-cpp-docs.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ This section lists major changes to the Microsoft C++ docs February 2023 through
181181

182182
For what's new related to C++ in Visual Studio, see [What's new for C++ in Visual Studio](what-s-new-for-visual-cpp-in-visual-studio.md).
183183

184-
## C runtime library
184+
### C runtime library
185185

186186
**Updated articles**
187187

@@ -195,7 +195,7 @@ For what's new related to C++ in Visual Studio, see [What's new for C++ in Visua
195195
- [`wcstombs`, `_wcstombs_l`](../c-runtime-library/reference/wcstombs-wcstombs-l.md) - Added note about UTF-8 support.
196196
- [`fma`, `fmaf`, `fmal`](../c-runtime-library/reference/fma-fmaf-fmal.md) - Corrected the documentation for `fmaf`.
197197

198-
## C/C++ compiler and tools errors and warnings
198+
### C/C++ compiler and tools errors and warnings
199199

200200
**New articles**
201201

@@ -208,24 +208,24 @@ For what's new related to C++ in Visual Studio, see [What's new for C++ in Visua
208208
- [Compiler Warnings by compiler version](../error-messages/compiler-warnings/compiler-warnings-by-compiler-version.md) - Updated with changes for VS 17.5.
209209
- [Compiler warnings C4800 through C5999](../error-messages/compiler-warnings/compiler-warnings-c4800-through-c4999.md) - Updated with changes for VS 17.5.
210210

211-
## C/C++ compiler intrinsics and assembly language
211+
### C/C++ compiler intrinsics and assembly language
212212

213-
## C/C++ in Visual Studio overview
213+
### C/C++ in Visual Studio overview
214214

215215
**Updated articles**
216216

217217
- [C++ Conformance improvements, behavior changes, and bug fixes in Visual Studio 2022](../overview/cpp-conformance-improvements.md) - Updated for VS 17.5 changes.
218218
- [Microsoft C/C++ language conformance by Visual Studio version](../overview/visual-cpp-language-conformance.md) - Update with changes for VS 17.5.
219219
- [What's new for C++ in Visual Studio 2022](../overview/what-s-new-for-visual-cpp-in-visual-studio.md) - Update with changes for VS 17.5.
220220

221-
## C/C++ preprocessor reference
221+
### C/C++ preprocessor reference
222222

223223
**Updated articles**
224224

225225
- [Predefined macros](../preprocessor/predefined-macros.md) - Update _MSC_VER values for 17.3, 17.4, and 17.5.
226226
- [Compiler warnings that are off by default](../preprocessor/compiler-warnings-that-are-off-by-default.md) - Update with changes for VS 17.5.
227227

228-
## C/C++ projects and build systems
228+
### C/C++ projects and build systems
229229

230230
**Updated articles**
231231

@@ -237,26 +237,26 @@ For what's new related to C++ in Visual Studio, see [What's new for C++ in Visua
237237
- [ARM64 exception handling](../build/arm64-exception-handling.md) - In the compressed format, PAC is identified by CR=2, not 3.
238238
- [Reference: vcperf commands](../build-insights/reference/vcperf-commands.md) - Updated which commands require administrative privileges.
239239

240-
## C++ in Visual Studio
240+
### C++ in Visual Studio
241241

242242
**Updated articles**
243243

244244
- [Transporting exceptions between threads](../cpp/transporting-exceptions-between-threads.md) - fix section about types of exception handling.
245245
- [Tutorial: Import the C++ standard library using modules from the command line](../cpp/tutorial-import-stl-named-module.md) - Updated wording and fixed problems with the path and suggested directory location.
246246

247-
## C++ in Visual Studio tutorials
247+
### C++ in Visual Studio tutorials
248248

249249
**Updated articles**
250250

251251
- [Create a console calculator in C++](../get-started/tutorial-console-cpp.md) - updated screenshots and updated the result and exception error format.
252252

253-
## C++ Standard Template Library (STL) reference
253+
### C++ Standard Template Library (STL) reference
254254

255255
**Updated articles**
256256

257257
- [`directory_iterator` class](../standard-library/directory-iterator-class.md) - remove experimental.
258258

259-
## Code quality
259+
### Code quality
260260

261261
**New articles**
262262

@@ -275,26 +275,26 @@ For what's new related to C++ in Visual Studio, see [What's new for C++ in Visua
275275
- [Warning C6101](../code-quality/c6101.md) - Clarified text.
276276
- [Warning C6217](../code-quality/c6217.md) - Clarified text.
277277

278-
## Linux with C++ in Visual Studio
278+
### Linux with C++ in Visual Studio
279279

280280
**Updated articles**
281281

282282
- [Connect to your target Linux system in Visual Studio](../linux/connect-to-your-remote-linux-computer.md) - Added note regarding `ssh-keygen`.
283283

284-
## Overview of Windows programming in C++
284+
### Overview of Windows programming in C++
285285

286286
**Updated articles**
287287

288288
- [Microsoft Visual C++ Redistributable latest supported downloads](../windows/latest-supported-vc-redist.md) - explained why there aren't version numbers listed for VS 2015-2022.
289289

290-
## Read and write code using C++ in Visual Studio
290+
### Read and write code using C++ in Visual Studio
291291

292292
**Updated articles**
293293

294294
- [Add a class from an ActiveX control](../ide/adding-a-class-from-an-activex-control-visual-cpp.md) - Clarified which project types the wizard applies to.
295295
- [Walkthrough: Working with Projects and Solutions (C++)](../ide/walkthrough-working-with-projects-and-solutions-cpp.md) - Updated for Visual Studio 17.5.
296296

297-
## STL/CLR library reference
297+
### STL/CLR library reference
298298

299299
**Updated articles**
300300

0 commit comments

Comments
 (0)