DIP 84: Static Inheritance
drug via Digitalmars-d
digitalmars-d at puremagic.com
Sat Oct 31 03:43:53 PDT 2015
31.10.2015 11:38, Walter Bright пишет:
> Perhaps a more general solution is a
> __traits(compiles, expr) feature that does not suppress error messages.
Yes, please. Using msgpack I often get message that call to
fromMsgpack/toMsgpack is failed but have no clue why. If it just typo
it's ok, but when you serialize a complex structure and the compile
error is caused by some nested structure it becomes tricky and annoying.
More information about the Digitalmars-d
mailing list