Compilation error with C++ templates. Is there any easy way to understand them?
- by Naveen
While working with the C++ templates (most of the time using STL or boost) I run into the compilation errors that are miles long. I find it hard to figure out what compiler is trying to tell me. Is there any quick reference guide or a tool which can convert this error into something more understandable to humans?