I'm unclear on why all the operator*s should return const types.
http://codereview.chromium.org/165208/diff/1/2 File include/v8.h (right): http://codereview.chromium.org/165208/diff/1/2#newcode921 Line 921: const char* operator*() const { return str_; } Why change the return type to const char*? Note also that this is an incompatible change. http://codereview.chromium.org/165208 --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
