Closed zauguin closed 6 years ago
@Peter-Levine Please review this one. It should fix all the problematic catch
statements left in the dev
branch.
@zauguin The dev branch never caused failure on my end since the exceptions are caught by reference, but it's a good idea to catch by const reference.
I can confirm there is no build failure with the patch.
A version of #160 on the
dev
branch.