Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> For fucks sake, C has been stable for decades but somehow C++ just can't manage?

the -std=c++03 mode of the compiler is pretty stable... but not many people care about that anymore. If they cared google would be building their next kernel in C, not in C++



you can compile with -std=c++20 and still use the C++03 ABI (of course std::string will not be compliant then). The two flags are unrelated.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: