March 25, 2014
int.stringof does not return "int" (as expected) but bytesize 4
under MacOS X 10.9.2 with dmd 2.065
regards
Wolfgang
March 25, 2014
On Tuesday, 25 March 2014 at 08:31:49 UTC, Wolfgang Mayer wrote:
> int.stringof does not return "int" (as expected) but bytesize 4
> under MacOS X 10.9.2 with dmd 2.065
> regards
> Wolfgang

solved: my compilation error - returns "int" as expected.