Skip to content

Commit 2df807a

Browse files
TaojunshenTylerMSFTColin Robertsonkylereedmsftweijiechai
authored
10/19/2021 AM Publish (MicrosoftDocs#3846)
* add new classes: ambiguous_local_time & nonexistent_local_time * acrolinx * fix links * finish descriptions * fix more links * smoothing out * proofing * add some better linking * tune description * update descriptions * needed to update local-info-struct.md to reflect changes to descriptions for nonexistent and ambiguous * add chrono functions * rounding out duration links * Add documentation for IntelliSense linter for C++ (MicrosoftDocs#3821) * Add first draft of linter check documentation * WIP overview. Signed-off-by: Kyle Reed <kylereed@microsoft.com> * Update toc. First draft of the linter overview. * Add screenshots, move files, code samples are stand-alone. Signed-off-by: Kyle Reed <kylereed@microsoft.com> * Style and Acrolinx grammar checker pass * Add missing Options cues for checks * Update to use latest option names Co-authored-by: 3836425+corob-msft@users.noreply.github.com <corob@microsoft.com> * connecting duration up to it's non-member pieces and doing some general updates * fix links * cleanup * Split out VS2019 content for linter (#3824) * Update working-with-project-properties.md * cleanup * cleanup * cleanup * cleanup * cleanup * cleanup * cleanup * fix function signature * fix line ending * remove duplicate * Address /profile issues per Paddy McD (#3834) * Fixed documentation that destroy dialogs * Update void-cpp for cpp-docs 3441 Reported in MicrosoftDocs/cpp-docs/issues/3441 Clarify kinds of class member where you can't use `void*`. Fix styles. Acrolinx a few things. * More clarity on void pointers to members * zoned_traits (#3831) * add zoned_traits * draft clock_cast and clock_time_conversion * first draft * draft * draft * fix heading * cleanup * add tzdb and tzdb-list * draft * draft * pull examples * draft cleanup * acrolinx * draft cleanup * draft cleanup * incorp tech review * tech review * cleanup * cleanup * acrolinx * fix casing * add example descriptions * wording * last adjustments * wording Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com> * Update 16.1 conformance per J Emmett * Update docs/error-messages/compiler-errors-2/compiler-error-c2666.md * Fix typo in page title * Fix TOC schema before VS2022 changes Co-authored-by: TylerMSFT <Tyler.Whitney@microsoft.com> Co-authored-by: Colin Robertson <corob@microsoft.com> Co-authored-by: Kyle Reed <kylereed@microsoft.com> Co-authored-by: Chai Wei Jie <chai_weijie@hotmail.com> Co-authored-by: opbld15 <opbld15@microsoft.com> Co-authored-by: PRMerger19 <prmrgr19@microsoft.com> Co-authored-by: Laura Brenner <90344170+laurabren@users.noreply.github.com> Co-authored-by: Courtney Wales <62625502+Court72@users.noreply.github.com> Co-authored-by: Andrea Courtright <74212614+v-andreaco@users.noreply.github.com> Co-authored-by: PRMerger15 <prmrgr15@microsoft.com> Co-authored-by: opbld16 <opbld16@microsoft.com> Co-authored-by: PRMerger8 <prmrgr8@microsoft.com> Co-authored-by: Anju Del Moral Gonzalez <judelmor@microsoft.com> Co-authored-by: opbld17 <opbld17@microsoft.com> Co-authored-by: Tyler Whitney <TylerMSFT@users.noreply.github.com> Co-authored-by: Miya Natsuhara <46756417+mnatsuhara@users.noreply.github.com> Co-authored-by: Kristine Toliver <ktoliver@users.noreply.github.com>
1 parent 2814bfe commit 2df807a

File tree

32 files changed

+139
-10
lines changed

32 files changed

+139
-10
lines changed

docs/_breadcrumb/toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
items:
12
- name: Docs
23
tocHref: /
34
topicHref: /

docs/assembler/toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
items:
12
- name: Compiler intrinsics and assembly language
23
href: ../intrinsics/index.yml
34
- name: Compiler intrinsics

docs/atl-mfc-shared/toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
items:
12
- name: ATL-MFC shared classes
23
href: ../atl-mfc-shared/atl-mfc-shared-classes.md
34
- name: ATL-MFC concepts

docs/atl/toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
items:
12
- name: Active Template Library (ATL)
23
href: atl-com-desktop-components.md
34
- name: Active Template Library (ATL) concepts

docs/build-insights/toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
items:
12
- name: "C++ Build Insights"
23
href: ../build-insights/index.yml
34
- name: "Get started with C++ Build Insights"

docs/build/toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
items:
12
- name: Projects and build systems
23
href: ../build/projects-and-build-systems-cpp.md
34
- name: Visual Studio projects - C++

docs/c-language/toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
items:
12
- name: C language documentation
23
href: ../c-language/index.yml
34
- name: C language reference

docs/c-runtime-library/toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
items:
12
- name: C runtime library (CRT) reference
23
href: ../c-runtime-library/c-run-time-library-reference.md
34
- name: CRT library features

docs/code-quality/toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
items:
12
- name: Code analysis documentation
23
href: ../code-quality/index.yml
34
- name: Overview

docs/cpp/toc.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
items:
12
- name: C++ language documentation
23
href: ../cpp/index.yml
34
- name: C++ language reference
@@ -69,9 +70,9 @@
6970
href: ../cpp/void-cpp.md
7071
- name: bool
7172
href: ../cpp/bool-cpp.md
72-
- name: false
73+
- name: "false"
7374
href: ../cpp/false-cpp.md
74-
- name: true
75+
- name: "true"
7576
href: ../cpp/true-cpp.md
7677
- name: char, wchar_t, char8_t, char16_t, char32_t
7778
href: ../cpp/char-wchar-t-char16-t-char32-t.md
@@ -419,8 +420,6 @@
419420
href: ../cpp/special-member-functions.md
420421
- name: Static members
421422
href: ../cpp/static-members-cpp.md
422-
- name: C++ classes as value types
423-
href: ../cpp/value-types-modern-cpp.md
424423
- name: User-defined type conversions
425424
href: ../cpp/user-defined-type-conversions-cpp.md
426425
- name: Mutable data members
@@ -481,8 +480,6 @@
481480
href: ../cpp/how-to-create-and-use-weak-ptr-instances.md
482481
- name: "How to: Create and use CComPtr and CComQIPtr instances"
483482
href: ../cpp/how-to-create-and-use-ccomptr-and-ccomqiptr-instances.md
484-
- name: Pimpl for compile-time encapsulation
485-
href: ../cpp/pimpl-for-compile-time-encapsulation-modern-cpp.md
486483
- name: Exception handling in C++
487484
items:
488485
- name: Exception handling in C++

0 commit comments

Comments
 (0)