[Issue 16421] DMD hides linker error when enabling warnings
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Aug 23 13:15:50 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=16421
Lodovico Giaretta <lodovico at giaretart.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lodovico at giaretart.net
--- Comment #2 from Lodovico Giaretta <lodovico at giaretart.net> ---
[SEMI-OT]
By the way, you shouldn't be using a RangeLexer when your input is a string. A
SliceLexer will be much faster. If you don't want to choose manually,
chooseLexer!myInputType will instantiate the best available lexer for your
input type.
--
More information about the Digitalmars-d-bugs
mailing list