assert(false) and GC

DLearner bmqazwsx123 at gmail.com
Thu Jul 8 18:11:50 UTC 2021


Hi

Please confirm that:
`
    assert(false, __FUNCTION__ ~ "This is an error message");
`

Will _not_ trigger GC issues, as the text is entirely known at 
compile time.

Best regards


More information about the Digitalmars-d-learn mailing list