Latest documentation updates

# Conflicts:
#	docs/containers/array.md
#	docs/containers/array_view.md
#	docs/containers/array_wrapper.md
#	docs/containers/bip_buffer_spsc_atomic.md
#	docs/containers/bitset.md
#	docs/containers/indirect_vector.md
#	docs/containers/vector.md
#	docs/getting-started/compilers.md
This commit is contained in:
John Wellbelove 2026-03-25 19:47:59 +00:00
parent bd193d6108
commit eb15a7f264
9 changed files with 15 additions and 8 deletions

View File

@ -5,7 +5,7 @@ weight: 1
---
{{< callout type="">}}
{{< callout >}}
Header: `array.h`
Supported: All versions
Similar to: [std::array](https://en.cppreference.com/w/cpp/container/array.html)

View File

@ -4,7 +4,7 @@ title: "array_view"
---
{{< callout type="info">}}
{{< callout >}}
Header: `array_view.h`
Supported: All versions
Similar to: [gsl::array_view](https://learn.microsoft.com/en-us/previous-versions/cpp/parallel/amp/reference/array-view-class)

View File

@ -4,7 +4,7 @@ title: "array_wrapper"
---
{{< callout type="">}}
{{< callout >}}
Header: `array_wrapper.h`
Supported: All versions
{{< /callout >}}

View File

@ -4,7 +4,7 @@ title: "bip_buffer_spsc_atomic"
---
{{< callout type="">}}
{{< callout >}}
Header: `bip_buffer_spsc_atomic.h`
Supported: tbc
{{< /callout >}}

View File

@ -4,7 +4,7 @@ title: "bitset"
---
{{< callout type="">}}
{{< callout >}}
Header: `bitset.h`
Supported: 20.33.0
Similar to: [std::bitset](https://en.cppreference.com/w/cpp/utility/bitset.html)

View File

@ -4,7 +4,7 @@ title: "indirect_vector"
---
{{< callout type="info">}}
{{< callout >}}
Header: `vector.h`
Supported: All versions
Similar to: [std::vectr](https://en.cppreference.com/w/cpp/container/vector.html)

View File

@ -4,7 +4,7 @@ title: "vector"
---
{{< callout type="info">}}
{{< callout >}}
Header: `vector.h`
Supported: All versions
Similar to: [std::vectr](https://en.cppreference.com/w/cpp/container/vector.html)

View File

@ -23,7 +23,8 @@ Define the macro `__STDC_LIMIT_MACROS` in the project properties.
Compiled with version 5 & 6 ARM compilers.
No known issues.
## TI Code ComposerMPS430
## TI Code Composer
**MPS430**
Define the macro `__STDC_LIMIT_MACROS` in the project properties.
In TI projects you have the choice between EABI and COFF file formats.
There is a known issue with the COFF format when creating static libraries that use templates. You may find that the linker will complain about 'undefined symbols'.

View File

@ -3,6 +3,12 @@ title: Ranges
weight: 1
---
{{< callout >}}
Header: `ranges.h`
Supported: 20.46.2
Similar to: [std::ranges](https://en.cppreference.com/w/cpp/ranges.html)
{{< /callout >}}
# ETL C++17 Ranges Implementation
## Overview