Skip to content

Commit 440a0c7

Browse files
author
mikeblome
committed
fixed toc again maybe
1 parent ba1f13c commit 440a0c7

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

docs/toc.yml

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -3800,45 +3800,45 @@
38003800
- name: Type conversions and type safety
38013801
href: cpp/type-conversions-and-type-safety-modern-cpp.md
38023802
- name: Fundamental types
3803+
expanded: false
3804+
items:
3805+
- name: Fundamental types
3806+
href: cpp/fundamental-types-cpp.md
3807+
- name: Data type ranges
3808+
href: cpp/data-type-ranges.md
3809+
- name: nullptr
3810+
href: cpp/nullptr.md
3811+
- name: void
3812+
href: cpp/void-cpp.md
3813+
- name: bool
3814+
href: cpp/bool-cpp.md
3815+
- name: false
3816+
href: cpp/false-cpp.md
3817+
- name: true
3818+
href: cpp/true-cpp.md
3819+
- name: char, wchar_t, char16_t, char32_t
3820+
href: cpp/char-wchar-t-char16-t-char32-t.md
3821+
- name: __int8, __int16, __int32, __int64
3822+
href: cpp/int8-int16-int32-int64.md
3823+
- name: __m64
3824+
href: cpp/m64.md
3825+
- name: __m128
3826+
href: cpp/m128.md
3827+
- name: __m128d
3828+
href: cpp/m128d.md
3829+
- name: __m128i
3830+
href: cpp/m128i.md
3831+
- name: __ptr32, __ptr64
3832+
href: cpp/ptr32-ptr64.md
3833+
- name: Numerical limits
38033834
expanded: false
38043835
items:
3805-
- name: Fundamental types
3806-
href: cpp/fundamental-types-cpp.md
3807-
- name: Data type ranges
3808-
href: cpp/data-type-ranges.md
3809-
- name: nullptr
3810-
href: cpp/nullptr.md
3811-
- name: void
3812-
href: cpp/void-cpp.md
3813-
- name: bool
3814-
href: cpp/bool-cpp.md
3815-
- name: false
3816-
href: cpp/false-cpp.md
3817-
- name: true
3818-
href: cpp/true-cpp.md
3819-
- name: char, wchar_t, char16_t, char32_t
3820-
href: cpp/char-wchar-t-char16-t-char32-t.md
3821-
- name: __int8, __int16, __int32, __int64
3822-
href: cpp/int8-int16-int32-int64.md
3823-
- name: __m64
3824-
href: cpp/m64.md
3825-
- name: __m128
3826-
href: cpp/m128.md
3827-
- name: __m128d
3828-
href: cpp/m128d.md
3829-
- name: __m128i
3830-
href: cpp/m128i.md
3831-
- name: __ptr32, __ptr64
3832-
href: cpp/ptr32-ptr64.md
38333836
- name: Numerical limits
3834-
expanded: false
3835-
items:
3836-
- name: Numerical limits
3837-
href: cpp/numerical-limits-cpp.md
3838-
- name: Integer limits
3839-
href: cpp/integer-limits.md
3840-
- name: Floating limits
3841-
href: cpp/floating-limits.md
3837+
href: cpp/numerical-limits-cpp.md
3838+
- name: Integer limits
3839+
href: cpp/integer-limits.md
3840+
- name: Floating limits
3841+
href: cpp/floating-limits.md
38423842
- name: Standard conversions
38433843
href: cpp/standard-conversions.md
38443844
- name: Type conversions and type safety

0 commit comments

Comments
 (0)