Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
murdoze
on Feb 12, 2023
|
parent
|
context
|
favorite
| on:
Let's write a setjmp
One of the largest C++ projects I worked on was compiled with exceptions disabled (-fno-exceptions).
Still in production, for 20 years now.
chaosite
on Feb 12, 2023
[–]
Google famously doesn't use exceptions for C++, and Google's C++ code is not exception-safe (
https://google.github.io/styleguide/cppguide.html#Exceptions
.)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Still in production, for 20 years now.