May 18, 2011 [Issue 6031] New: Incorrect parsing of !in when dot operator involved | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=6031 Summary: Incorrect parsing of !in when dot operator involved Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: dsimcha@yahoo.com --- Comment #0 from David Simcha <dsimcha@yahoo.com> 2011-05-18 12:32:41 PDT --- Using the !in operator doesn't work when the variable being tested is accessed via the . operator. struct Struct { string str; } void main() { string[string] aa; Struct s; if(s.str !in aa) {} } test.d(8): template argument expected following ! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
May 18, 2011 [Issue 6031] Incorrect parsing of !in when dot operator involved | ||||
---|---|---|---|---|
| ||||
Posted in reply to David Simcha | http://d.puremagic.com/issues/show_bug.cgi?id=6031 kennytm@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |kennytm@gmail.com Resolution| |DUPLICATE --- Comment #1 from kennytm@gmail.com 2011-05-18 13:50:25 PDT --- *** This issue has been marked as a duplicate of issue 5785 *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation