https://issues.dlang.org/show_bug.cgi?id=14351
Temtaime <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Temtaime <[email protected]> --- What is purpose of inout ctors ? In such example you could declare only ctor with « const int » - so int implicitly converts to const. Maybe most of attributes(const, inout, ...) on ctors should be forbidden ? --
