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

[Bug c++/36696] Default constructor instance definition with empty argument list quietly ignored



------- Comment #1 from mike dot allen at facsim dot org  2008-07-02 14:41 -------
Is the line:

Raii raii();

being interpreted by the compiler as the declaration of a function that takes
no arguments and returns a Raii instance?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36696


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