On terça-feira, 20 de agosto de 2013 06:24:01, Knoll Lars wrote: > A slightly hacky solution might be to force inlining of inline methods in > these files. With gcc, we could achieve that by defining inline to > __attribute__((always_inline)) on the top of the file that's being > compiled.
That doesn't help with functions declared in a class body and that lack an "inline" keyword. This is going to be a fragile hack if we do it. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
