[ Date Prev][ Date Next][ Thread Prev][ Thread Next][ Date Index][ Thread Index]
VTT typo
- To: cxx-abi@xxxxxxxxxxxx
- Subject: VTT typo
- From: Mark Mitchell <mark@xxxxxxxxxxxxxxxx>
- Date: Wed, 17 May 2000 13:59:23 -0700
Virtual VTTs: The sub-VTTs for each virtual subobject in inheritance
graph preorder), i.e. the sub-VTT for virtual base W of virtual base
V of D comes before the sub-VTT for V.
That's not preorder. Preorder is derived-before-base, i.e., V before
W. I think we agreed on preorder so that sentence needs changing.
--
Mark Mitchell mark@xxxxxxxxxxxxxxxx
CodeSourcery, LLC http://www.codesourcery.com
|