This is the mail archive of the gcc@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]

constructors and multiple entry points


Hi,

   We're assessing many proposals to add "forwarding constructors" and
forwarding functions to C++0x; and I got a question.

   In standard C++, constructors cannot be recursive functions.  I'm
wondering whether the multiple entry-points implementation strategy used
by GCC depends in anyway on the absence of recursive definition.

Thanks,

-- Gaby


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