[Issue 19268] BetterC turns off DRuntime for CTFE

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Sep 26 15:51:34 UTC 2018


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

Sebastiaan Koppe <mail at skoppe.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mail at skoppe.eu

--- Comment #1 from Sebastiaan Koppe <mail at skoppe.eu> ---
I have similar issues. Most things from phobos don't work in CTFE when
compiling with betterC (same error in both dmd and ldc).

---
void main() {
    import std.uni : toLower;
    pragma(msg,"asdfBsdf".toLower);
}
---

--


More information about the Digitalmars-d-bugs mailing list