[Issue 11013] ignoring variable inside the predicate of findSplitBefore

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Sep 11 19:23:34 PDT 2013


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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich at gmail.com


--- Comment #1 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-09-11 19:23:33 PDT ---
Please paste small code examples inline, thanks!

-----
import std.algorithm : findSplitBefore;

void main()
{
    auto var = "abc";
    var.findSplitBefore!q{a==a}(var);
}
-----

-- 
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