[Issue 17299] [Reg 2.071] Compile failure only on -de

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Apr 11 01:46:04 PDT 2017


https://issues.dlang.org/show_bug.cgi?id=17299

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla at digitalmars.com

--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
What's happening is that std.aaa is imported only within the function
lastIndexOf(const(T), dchar), yet is referred to in lastIndexOf(const(Char1)[]
s, const(Char2)[] sub).

At a minimum, this is a bug in the example.

--


More information about the Digitalmars-d-bugs mailing list