I am writing/maintaining some heavily templated code in c++. I am currently compiling it on windows but it is getting slower to compile and harder to write.
I want to know if there are any
- Tools
- Other Compilers
- Compiler Switch
- IDE
- Practice
- Dependency Management Technique
- Libraries
on Windows/Linux that can help to work on heavily templated code more easily.
i use:
-O0 -Wall -gboost::mpl::printis a god’s giftBOOST_MPL_ASSERT_MSG