www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 2329] New: Misleading error message in overload resolution

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=2329

           Summary: Misleading error message in overload resolution
           Product: D
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla digitalmars.com
        ReportedBy: andrei metalanguage.com


import std.date, std.conv;

void main()
{
    string s = "123";
    auto a = parse!(uint)(s);
}

Compilation fails with:

/path/to/phobos/std/conv.d(677): template std.conv.parse(Target) is not a
function template

The error disappears when std.date leaves the picture. The fact that the call
is in error may be a distinct problem with overload resolution. Anyhow, I'm
posting this because the error message gives no clue about the conflicting name
introduced by std.date.


-- 
Sep 02 2008
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=2329


Mike Wey <mike-wey planet.nl> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmdavisProg gmx.com



*** Issue 5721 has been marked as a duplicate of this issue. ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jun 18 2011
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=2329


Andrej Mitrovic <andrej.mitrovich gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich gmail.com
           Platform|x86                         |All
         OS/Version|Linux                       |All



12:17:39 PST ---
This sample is outdated, and the one in dup Issue 5721 doesn't have the
problem. Either it's a fixed issue or we need a new test-case.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jan 20 2013