File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 85068506 const slice_array& operator=(const slice_array&) const;
85078507 void operator=(const T&) const;
85088508
8509- slice_array() = delete; // as implied by declaring copy constructor above
8509+ slice_array() = delete;
85108510 };
85118511}
85128512\end{codeblock}
87888788 const gslice_array& operator=(const gslice_array&) const;
87898789 void operator=(const T&) const;
87908790
8791- gslice_array() = delete; // as implied by declaring copy constructor above
8791+ gslice_array() = delete;
87928792 };
87938793}
87948794\end{codeblock}
89168916 const mask_array& operator=(const mask_array&) const;
89178917 void operator=(const T&) const;
89188918
8919- mask_array() = delete; // as implied by declaring copy constructor above
8919+ mask_array() = delete;
89208920 };
89218921}
89228922\end{codeblock}
90339033 const indirect_array& operator=(const indirect_array&) const;
90349034 void operator=(const T&) const;
90359035
9036- indirect_array() = delete; // as implied by declaring copy constructor above
9036+ indirect_array() = delete;
90379037 };
90389038}
90399039\end{codeblock}
You can’t perform that action at this time.
0 commit comments