https://issues.dlang.org/show_bug.cgi?id=22759
Adam D. Ruppe <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Adam D. Ruppe <[email protected]> --- yeah and then anything below the head const i think can stay transitive, which might reject some valid C code but would avoid allowing invalid D code which i think is a fair compromise. my gut feeling is this would work in the majority of cases and people can work in explicit casts for the remainder --
