https://issues.dlang.org/show_bug.cgi?id=20923
Boris Carvajal <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|Playing with types leads to |Redefinition of 'size_t' is |not detailed error message |affecting TypeStruct | |functions --- Comment #1 from Boris Carvajal <[email protected]> --- The redefinition of size_t is affecting builtin TypeStruct functions (these don't have location info), this is clearly a bug. The code should work and you can change size_t but if you are intended to do it for this kind of methods you should be modifying object.d. --
