David Malcolm <dmalc...@redhat.com> writes: > +inline file_location::file_location (const char *filename_in, int lineno_in, > int colno_in) > +: filename (filename_in), lineno (lineno_in), colno (colno_in) {} > +
Long line (a pre-existing problem, since you're just moving the code). I'm happy with this FWIW, but it'd be a stretch to say the whole thing comes under the gen* umbrella. Thanks, Richard