https://issues.dlang.org/show_bug.cgi?id=24032
Dennis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Hardware|x86_64 |All Resolution|--- |INVALID OS|Linux |All --- Comment #7 from Dennis <[email protected]> --- Like FeepingCreature said, q{} is a string of D tokens, typically used for string mixin purposes. dmd's behavior is correct. Please use a different string literal kind for strings with code from other languages. --
