Eclipse error parser ignores call stack pattern

g ++ outputs instantiation errors as something like:

In a file included in ... file: in creation ... file: line: required from ... file2: line: pos required from ... etc.

But the error analyzer only detects the first line "required from" with an effect with which you cannot jump directly to the source code position. Can this be changed? I often have to check the full column to find an error, and that would be very handy ...

+3


source to share





All Articles