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++/37066] partial specialization of function depends on the order



------- Comment #4 from marc dot glisse at normalesup dot org  2008-08-10 14:20 -------
This looks really close to the exemple explained here (near the end):
http://www.gotw.ca/publications/mill17.htm

except that there is no <> or <...> after the name of the function in the
specialization (guess it is implicit).

So it looks like this is not a g++ bug. Sorry for the noise. If you agree with
this, please close the bug, I'll see about reporting the bug to the other
compiler and getting gmpxx fixed.


-- 


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


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