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


d...@dawgfoto.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |d...@dawgfoto.de
         Resolution|                            |WORKSFORME


--- Comment #1 from d...@dawgfoto.de 2012-02-14 06:04:30 PST ---
cat > a.d << CODE
module a;
import std.regex;
import b;

void main()
{
    replace("hello", regex("X"), "Y");
}
CODE

cat > b.d << CODE
module b;
public import std.string;
public import std.array;
CODE

dmd -c a.d b.d

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

Reply via email to