cppinclude
https://cppcon.org/ https://github.com/CppCon/CppCon2020
- Current situation in C++ headers, when touch header, that are included in a lot of files, need wait time when other files will be compiled.
- Tool include-what-you-use( https://github.com/include-what-you-use/include-what-you-use ) that helps to fix wrong includes and add forward declaration. It shows code how should be.
- Tool cppinclude( https://github.com/cppinclude/cppinclude ) . It shows code as is, what files include other files. …