cpp-docs
cpp-docs copied to clipboard
C++ Documentation
- Remove notion of issues as they are disabled - Rephrase wording from "new content" to "changes/edits" as it's more general - Fix invalid mention of ".NET documentation" and change...
- Add backticks, add and update links, update metadata, and other cleanups - Remove `cpp` language from syntax code block as it's not C++ code - Add "or later" after...
- Fix Visual Studio year typo - Add backticks and italics - Convert single line inline code to code block, which makes the snippet easier to copy - Clean up...
These are the updated C++23 language features and their respective references for quick verification of when it's implemented: | Feature | Supported | Reference | | -- | -- |...
Add information on new C4862 warning (level 1) introduced in Visual Studio 2022 version 17.14 (https://devblogs.microsoft.com/cppblog/updates-to-warning-suppressions-in-microsoft-c-code-analysis/#what’s-new-in-#pragma-warning). ## Example Simple example that emits C4862 with VS 17.14 and later: ```cpp //...
See #5481 for more information.
Fix missing trailing underscore for SAL annotations and update metadata.
Fix wrong language for `Output` code blocks and update metadata.
Continue work done in commit https://github.com/MicrosoftDocs/cpp-docs/commit/02b779ffc7ec64d1d09cfa2c77d5ebf1c8917381 by replacing "compliant" wording (introduced in commit https://github.com/MicrosoftDocs/cpp-docs/commit/779dc79089b389e32d1abf2701475f355f7c8b7e) with "conforming".