On Apr 24, 2006, at 8:19 AM, Matt Gough wrote:
Yes, this is the approach mentioned in the comment.
You do not need to do any explicit conversion to NSString, you can simply pass it around as if it was a NSString. You can due this because String has a cast operator for NSString (operator NSString*())—C++ will do the conversion behind the scenes.
Yes, this makes sense to me. Others, like Maciej, might have a new opinion since that comment was written a long time ago. I would like to see before and after numbers when you have everything changed over. — Timothy Hatcher |
_______________________________________________ webkit-dev mailing list [email protected] http://www.opendarwin.org/mailman/listinfo/webkit-dev
