Sometimes when you move git submodule directories around, things can get
in an inconsistent state, and you’ll receive error messages like:
[Read More]
Debugging C++ preprocessor macros
It’s possible to get clang / g++ to run only the preprocessor and to strip away all the cruft that comes in with headers.
[Read More]