Hacker News new | ask | show | jobs
by helltone 166 days ago
Is there anything like a linter to force you to stay within some subset of c++? I like the language, but it is hard to avoid language constructs that are outdated or enforce a single (or a few) ways of doing things. A c++ subset could be nice.
2 comments

We have clang-pretty
C++ profiles