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] Fix 87


Nathan Sidwell <nathan@codesourcery.com> writes:

| ! 	   /* A class can have an (implicit) trivial copy assign
| !   	      operator, but also contain templated assignment
| !   	      operators.  */

Maybe adding something like:

          /* A copy constructor/assignment-operator cannot be a
             template.  */

?

-- Gaby
CodeSourcery, LLC                       http://www.codesourcery.com


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