Getting the max template instantation deph used during a compilation
As the title says, is there any compiler logging settings which provides
the max instantation deph reached by the compiler during the compilation?
If the compilation exceds the max template deph (Which GCC's default value
is 900 in C++11 mode), compilation fails. But what I need is to get the
maximum template instantation depth which the compiler has reached during
a successfull compilation.
No comments:
Post a Comment