File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -24692,11 +24692,14 @@
2469224692 constexpr reference operator[](const array<OtherIndexType, rank()>& indices) const;
2469324693
2469424694 template<class... OtherIndexTypes>
24695- constexpr reference at(OtherIndexTypes... indices) const; // freestanding-deleted
24695+ constexpr reference
24696+ at(OtherIndexTypes... indices) const; // freestanding-deleted
2469624697 template<class OtherIndexType>
24697- constexpr reference at(span<OtherIndexType, rank()> indices) const; // freestanding-deleted
24698+ constexpr reference
24699+ at(span<OtherIndexType, rank()> indices) const; // freestanding-deleted
2469824700 template<class OtherIndexType>
24699- constexpr reference at(const array<OtherIndexType, rank()>& indices) const; // freestanding-deleted
24701+ constexpr reference
24702+ at(const array<OtherIndexType, rank()>& indices) const; // freestanding-deleted
2470024703
2470124704 constexpr size_type size() const noexcept;
2470224705 constexpr bool empty() const noexcept;
You can’t perform that action at this time.
0 commit comments