Hacker News new | ask | show | jobs
by manuel_w 758 days ago
Sounds reasonable. In a project I used to work in I disabled stdlib, exceptions, RTTI. Not sure what else to disable to essentially have C with different syntax.
1 comments

extern ā€œCā€ on everything, if you care about linking compatibility, gets you another chunk of the way there by also disabling overloading etc.