missing HexString documentation

Adam D. Ruppe destructionator at gmail.com
Thu Feb 8 01:27:39 UTC 2018


On Thursday, 8 February 2018 at 00:24:22 UTC, Walter Bright wrote:
>   dmd -c -betterC test2.d

Don't use -c with -betterC when doing tests. The majority of 
troubles we have are likely to be linker errors (undefined 
references to missing runtime) and that silences them.


More information about the Digitalmars-d mailing list