@TomF @dbort @ceejbot honestly all the serious c++ work I've ever done or even seen has had disabled exceptions, disabled rtti, and generally not used the standard library. Hell exceptions aren't even properly cross-platform, they flat out don't work on a lot of hardware.
We almost do just need to make a "C+" compiler with everything generally disabled culled out, and some revised docs, would probably help people who get overwhelmed by the feature support nobody uses.
@raptor85 @dbort @ceejbot Same. It's C with the syntactic sugar of C++ but none of the scary runtime costs.