On Jan 7, 2008, at 3:19 PM, Darin Adler wrote:
The standard C++ library std::vector and std::hash_map also rely on C ++ exceptions, and our entire project works with a limited dialect of C++ that doesn't use RTTI or exceptions.
To clarify this point, we found that using RTTI/exceptions resulted in a significant code footprint increase, and that is the reason we decided not to use them.
dave _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev

