This particular behaviour is documented: _purecall - The compiler calls this method when a pure virtual method is called.
The behaviour is observable aswell, you can even set a custom pure virtual function to be called with _set_purecall_handler. On Wed, Jun 27, 2012 at 9:29 PM, John McCall <[email protected]> wrote: > On Jun 27, 2012, at 1:25 PM, Timur Iskhodzhanov wrote: >> This is what I got on the trunk version of Clang: > > "Observable behavior" here means "is there some way we can observe the > behavior of this code as compiled by MSVC without reverse-engineering it?" > > John. -- João Matos _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
