mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-13 19:33:13 +01:00
The integer initializer width mismatch issue should really be fixed in the frontend, but is related to forward referencing and thus hard to track down. Also fixes an unlisted regression since the 2.061 merge, where there would be a const(char*) vs. immutable(char*) mismatch reported for some string constants. GitHub: Fixes #378.