FYI

https://codereview.chromium.org/316173002/diff/250001/src/vector.h
File src/vector.h (right):

https://codereview.chromium.org/316173002/diff/250001/src/vector.h#newcode103
src/vector.h:103: bool operator==(const Vector<T>& other) {
bool operator==() const {

https://codereview.chromium.org/316173002/diff/250001/src/vector.h#newcode104
src/vector.h:104: if (length_ != other.length_) return false;
if (this == &other) return true; ?

https://codereview.chromium.org/316173002/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to