Hi, I just wanted to give a heads up on an issue I recently investigated, the details can be seen in this forums post: https://social.msdn.microsoft.com/Forums/vstudio/en-US/72343dd4-3a43-46e8-889e-73dc4d8e9432/discrepancy-with-sizeof-in-template?forum=vcgeneral The short version is that the MSVC compiler will do the wrong then when making a member function pointer to a class that it only has a forward declaration for. This can be fixed by either providing the definition for the class or by using the /vmg compiler flag.
I did not experience this problem with Apples WinCairo sample, but I suspect it could happen. Chris Vienneau
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev