diff --git a/docs/containers/array.md b/docs/containers/array.md index 8b16e471..93bb4567 100644 --- a/docs/containers/array.md +++ b/docs/containers/array.md @@ -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) diff --git a/docs/containers/array_view.md b/docs/containers/array_view.md index 28c46e95..689361fc 100644 --- a/docs/containers/array_view.md +++ b/docs/containers/array_view.md @@ -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) diff --git a/docs/containers/array_wrapper.md b/docs/containers/array_wrapper.md index 6941fa50..f5ea18e4 100644 --- a/docs/containers/array_wrapper.md +++ b/docs/containers/array_wrapper.md @@ -4,7 +4,7 @@ title: "array_wrapper" --- -{{< callout type="">}} +{{< callout >}} Header: `array_wrapper.h` Supported: All versions {{< /callout >}} diff --git a/docs/containers/bip_buffer_spsc_atomic.md b/docs/containers/bip_buffer_spsc_atomic.md index 69cf83d4..c4f168b8 100644 --- a/docs/containers/bip_buffer_spsc_atomic.md +++ b/docs/containers/bip_buffer_spsc_atomic.md @@ -4,7 +4,7 @@ title: "bip_buffer_spsc_atomic" --- -{{< callout type="">}} +{{< callout >}} Header: `bip_buffer_spsc_atomic.h` Supported: tbc {{< /callout >}} diff --git a/docs/containers/bitset.md b/docs/containers/bitset.md index 209866fc..4f57f712 100644 --- a/docs/containers/bitset.md +++ b/docs/containers/bitset.md @@ -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) diff --git a/docs/containers/indirect_vector.md b/docs/containers/indirect_vector.md index 203ba20f..c16127bf 100644 --- a/docs/containers/indirect_vector.md +++ b/docs/containers/indirect_vector.md @@ -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) diff --git a/docs/containers/vector.md b/docs/containers/vector.md index 6c84bfc8..2f2a9bad 100644 --- a/docs/containers/vector.md +++ b/docs/containers/vector.md @@ -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) diff --git a/docs/getting-started/compilers.md b/docs/getting-started/compilers.md index 5cb15c11..79ff3f12 100644 --- a/docs/getting-started/compilers.md +++ b/docs/getting-started/compilers.md @@ -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'. diff --git a/docs/ranges/ranges.md b/docs/ranges/ranges.md index 8ab8dddb..b5a31daf 100644 --- a/docs/ranges/ranges.md +++ b/docs/ranges/ranges.md @@ -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