This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [C++PATCH] c++/79393 virtual base of abstract class


On Wed, Feb 8, 2017 at 10:08 PM, Nathan Sidwell <nathan@acm.org> wrote:
>
> 'potentially constructed subobject' appears to be a term without definition.

[special]/5:

For a class, its non-static data members, its non-virtual direct base
classes, and, if the class is not abstract, its virtual base classes
are called its potentially constructed subobjects.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]