This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/37066] partial specialization of function depends on the order
- From: "marc dot glisse at normalesup dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Aug 2008 14:20:29 -0000
- Subject: [Bug c++/37066] partial specialization of function depends on the order
- References: <bug-37066-6008@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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