3 ms·
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 outdat
by helltone 9mo 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.
- estimator7292 9mo agoWe have clang-pretty
- glouwbug 9mo agoC++ profiles