This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/35255] [DR 115] gcc does not do partial ordering on overloaded address resolution
- From: "jason at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 22 Jun 2011 20:06:46 +0000
- Subject: [Bug c++/35255] [DR 115] gcc does not do partial ordering on overloaded address resolution
- Auto-submitted: auto-generated
- References: <bug-35255-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35255
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|unassigned at gcc dot |jason at gcc dot gnu.org
|gnu.org |
Summary|gcc does not do partial |[DR 115] gcc does not do
|ordering on overloaded |partial ordering on
|address resolution |overloaded address
| |resolution
--- Comment #1 from Jason Merrill <jason at gcc dot gnu.org> 2011-06-22 20:06:40 UTC ---
This is DR 115. 14.8.1 says,
In contexts where deduction is done and fails, or in contexts where deduction
is not done, if a template argument list is specified and it, along with any
default template arguments, identifies a single function template
specialization, then the template-id is an lvalue for the function template
specialization.