[Issue 7199] std.string.indexof cannot be compiled with -inline

2012-02-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7199 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 7199] std.string.indexof cannot be compiled with -inline

2012-02-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7199 --- Comment #7 from Walter Bright bugzi...@digitalmars.com 2012-02-05 12:38:07 PST --- Trass3r's example fails: R1 find(alias pred = a == b, R1, R2)(R1 haystack, R2 needle) { return simpleMindedFind!pred(haystack, needle); } R1

[Issue 7199] std.string.indexof cannot be compiled with -inline

2012-02-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7199 --- Comment #8 from Walter Bright bugzi...@digitalmars.com 2012-02-05 12:48:05 PST --- A simplified example: void find(alias pred)() { bool hay() { return true; } } void index() { find!({})(); } void main() {

[Issue 7199] std.string.indexof cannot be compiled with -inline

2012-02-05 Thread d-bugmail
/9c38305a4d4a910b56c498ddece7c85ff7fb8f97 fix Issue 7199 - std.string.indexof cannot be compiled with -inline -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 7199] std.string.indexof cannot be compiled with -inline

2012-02-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7199 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7199] std.string.indexof cannot be compiled with -inline

2012-01-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7199 Richard Webb we...@beardmouse.org.uk changed: What|Removed |Added CC|

[Issue 7199] std.string.indexof cannot be compiled with -inline

2012-01-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7199 --- Comment #5 from Trass3r mrmoc...@gmx.de 2012-01-28 00:55:48 CET --- Richard, yes, see my comment 1 for the reduced version. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 7199] std.string.indexof cannot be compiled with -inline

2012-01-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7199 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||dsim...@yahoo.com ---

[Issue 7199] std.string.indexof cannot be compiled with -inline

2012-01-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7199 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au

[Issue 7199] std.string.indexof cannot be compiled with -inline

2012-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7199 Trass3r mrmoc...@gmx.de changed: What|Removed |Added CC||mrmoc...@gmx.de

[Issue 7199] std.string.indexof cannot be compiled with -inline

2012-01-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7199 Jesse Phillips jesse.k.phillip...@gmail.com changed: What|Removed |Added CC|