提交 a259ad41 编写于 作者: Y Yang Yang

remove duplicated cbegin and cend in mixed vector

上级 5f343e3e
...@@ -132,10 +132,6 @@ class Vector { ...@@ -132,10 +132,6 @@ class Vector {
const T* cend() const { return end(); } const T* cend() const { return end(); }
const T* cbegin() const { return begin(); }
const T* cend() const { return end(); }
const T& back() const { const T& back() const {
auto it = end(); auto it = end();
--it; --it;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册