Skip to content

Commit 0a236f9

Browse files
[numarray] Remove incorrect comments for deleted default constructors (cplusplus#8962)
1 parent 6211dc8 commit 0a236f9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

source/numerics.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8506,7 +8506,7 @@
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}
@@ -8788,7 +8788,7 @@
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}
@@ -8916,7 +8916,7 @@
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}
@@ -9033,7 +9033,7 @@
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}

0 commit comments

Comments
 (0)