mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
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:
parent
bd193d6108
commit
eb15a7f264
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -4,7 +4,7 @@ title: "array_wrapper"
|
||||
|
||||
---
|
||||
|
||||
{{< callout type="">}}
|
||||
{{< callout >}}
|
||||
Header: `array_wrapper.h`
|
||||
Supported: All versions
|
||||
{{< /callout >}}
|
||||
|
||||
@ -4,7 +4,7 @@ title: "bip_buffer_spsc_atomic"
|
||||
|
||||
---
|
||||
|
||||
{{< callout type="">}}
|
||||
{{< callout >}}
|
||||
Header: `bip_buffer_spsc_atomic.h`
|
||||
Supported: tbc
|
||||
{{< /callout >}}
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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'.
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user