This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB 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: representing C++ constructors in GDB's symbol tables


On Fri, 17 Sep 2004 22:29:31 -0400, Michael Chastain <mec.gnu@mindspring.com> said:
> David Carlton <david.carlton@sun.com> wrote:

>> You can use "X(...)" to create a temporary object of type X.

> Sure.  And of course:

>   X my_x = X();

(But not "X my_x();", the C++ geek in me feels compelled to point
out. :-) )

David Carlton
david.carlton@sun.com


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