GCC begins move to C++
GCC begins move to C++
Posted Jun 3, 2010 16:31 UTC (Thu) by dgm (subscriber, #49227)In reply to: GCC begins move to C++ by dvdeug
Parent article: GCC begins move to C++
Exactly, remember that it could not be the case initially, but the project will hopefully continue evolving, and thus the assumptions that made the code correct will change.
That's basically the problem. Adding exceptions to an established code base changes basic assumptions programmers would probably have made (nobody in his right mind would lose time writing exception-safe code if your language has no exceptions!).