After adding some template-template parameters, I found the compilation of my c++ unit-tests are kind of slow.
The templates helped me to avoid code duplication in testing const/non-const methods/objects.
Is it possible to benchmark each template's compilation time?
I am using gcc now, but the code also works for clang++ and intel c++ compiler.