[Issue 6547] Call to std.algorithm.remove causes compile error

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jun 8 02:03:32 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=6547


Jonathan M Davis <jmdavisProg at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |jmdavisProg at gmx.com
         Resolution|                            |FIXED


--- Comment #5 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-06-08 02:05:32 PDT ---
As of 2.059, this is the error that you get:

 q.d(10): Error: cannot implicitly convert expression (start) of type char[] to
ulong
q.d(11): Error: template std.typecons.tuple does not match any function
template declaration
/home/jmdavis/dmd2/linux/bin/../../src/phobos/std/typecons.d(687): Error:
template std.typecons.tuple(T...) cannot deduce template function from argument
types !()(char[],_error_)

which is much better than the one originally reported.

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


More information about the Digitalmars-d-bugs mailing list