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

remove duplicated cbegin and cend in mixed vector

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