Skip to content

Commit

Permalink
span/dynamic_extent: P2116R0対応
Browse files Browse the repository at this point in the history
Remove tuple-like protocol support from fixed-extent `span`
  • Loading branch information
yohhoy committed Jun 9, 2023
1 parent 6b1443d commit 066971a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions reference/span/dynamic_extent.md
Expand Up @@ -22,8 +22,6 @@ namespace std {
- 動的な長さをもつ範囲を参照する ([`std::vector`](/reference/vector/vector.md)や、ポインタと要素数の組など)
- 参照範囲の変更を、動的な値で指定する (`s.`[`first`](span/first.md)`<N>()`は静的な要素数、`s.`[`first`](span/first.md)`(n)`は動的な要素数をもつ`span`オブジェクトを作成する)
動的な要素数をもつ[`std::span`](span.md)クラスには、タプルインタフェースを使用できないという制限がある。
## 例
```cpp example
Expand Down

0 comments on commit 066971a

Please sign in to comment.