digitalmars.D.bugs - [Issue 9487] New: Error message with __overloadset
- d-bugmail puremagic.com (25/25) Feb 08 2013 http://d.puremagic.com/issues/show_bug.cgi?id=9487
- d-bugmail puremagic.com (13/13) Feb 09 2013 http://d.puremagic.com/issues/show_bug.cgi?id=9487
http://d.puremagic.com/issues/show_bug.cgi?id=9487
Summary: Error message with __overloadset
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Keywords: diagnostic, rejects-valid
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody puremagic.com
ReportedBy: bearophile_hugs eml.cc
I don't understand this bug and the error message:
import std.stdio, std.algorithm;
void main() {
int[] a;
a = a.remove!(x => true)();
}
DMD 2.062beta gives:
test.d(4): Error: __overloadset isn't a template
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 08 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9487
Andrej Mitrovic <andrej.mitrovich gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |andrej.mitrovich gmail.com
Resolution| |DUPLICATE
05:46:12 PST ---
You've filed this already.
*** This issue has been marked as a duplicate of issue 8352 ***
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 09 2013








d-bugmail puremagic.com