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]

Re: gcc4, namespace and template specialization problem


On Apr 4, 2005 12:21 PM, Nathan Sidwell <nathan@codesourcery.com> wrote:
> That's not a declaration, it's a definition of an already declared fn.
> the case you had was a definition that was _also_ a declaration.
[...]
> See the difference?
Yes, and i know about it...

> Although it is kind of quirky that you can declare member function specializations
> outside of the class, but not outside of the namespace.
.. but that's that inconsistency that puzzled/confused me.
Sorry for the noise, but i don't own a copy of that byzantine standard.


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