On Wednesday, 26 November 2025 at 18:42:16 UTC, Brother Bill wrote:
In Linux workstation, the expanded example from Programming in D, bottom of page 206 crashed. Is this expected behavior? I would have expected that the scope(failure) would catch the throw and continue the program.

`scope(failure)` rethrows the exception after executing. This is intentional and expected.

Reply via email to