[lug] (OT) C++ ?, pointers to member functions
Tom Tromey
tromey at redhat.com
Wed Aug 8 10:47:35 MDT 2001
>>>>> "Scott" == Scott A Herod <herod at interact-tv.com> writes:
Scott> Of course my copy of Stroustrup is at home. I'll look tonight.
Scott> Is the format of the vtable specified in the C++ standard?
Nope.
Most compilers have their own vtable layout. g++ even changed its
vtable layout between 2.95 and 3.0 -- and neither of these is the same
as the MSVC++ layout.
Tom
More information about the LUG
mailing list