|
|
|
|
|
by programmer_dude
1405 days ago
|
|
>And disabling exceptions is easy The LOL was directed at this. You can never disable exceptions in C++. No keyword or flag exists which can do this for you (-fno-exceptions and noexcept notwithstanding). >I have a pretty big C++ codebase that uses noexcept on almost everything. Noexcept is not enough see nearby comment by another user for explanation. |
|
My assertion is that C++ is entirely workable with few concessions to the legacy of exception design, and it seemed like less of an appeal to authority to cite first-hand experience than to point out that Google has been doing it successfully for 20 years.