On 10-Feb-14 15:23, Joerg Bornemann wrote: > Looks like __typeof__, which is used when building with a recent gcc, > behaves differently when passing a c'tor?
Well it seems to be the type of the constructor, not the type of the constructed object. This patch fixes the incompatibility between MSVC and gcc: https://codereview.qt-project.org/#change,77815 BR, Joerg _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
