|
|
|
|
|
by vvanders
3642 days ago
|
|
I think we're just going to have to agree to disagree here. There's a been a fair number of projects I've worked on where exceptions and RTTI introduced too much memory/perf overhead so we explicitly didn't use them. I don't feel like we were worse off for not having them. |
|
C++-without-exceptions is a very different and much worse language.