A comparison between C++ and D
Walter Bright via Digitalmars-d
digitalmars-d at puremagic.com
Tue Mar 8 20:15:39 PST 2016
On 3/8/2016 6:14 PM, Chris Wright wrote:
> D does not let you downcast without a runtime check.
You can by casting to void* first, then the downcast.
More information about the Digitalmars-d
mailing list