Issue 97: copy constructors and assignment operators
http://code.google.com/p/v8/issues/detail?id=97
New issue report by pete.gontier:
Classes such as (but not limited to) String::Utf8Value and
String::AsciiValue and String::Value need to have copy constructors and
assignment operators, because if they don't then the compiler will write
them, and the compiler doesn't know how to write them properly. This means
that if instances of any of these classes are copied or assigned --
possibly at times ways the client programmer doesn't even realize -- they
will eventually cause a leak at best but probably a crash.
Issue attributes:
Status: New
Owner: ----
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---