On Tuesday, 26 July 2016 at 12:13:02 UTC, DLearner wrote:
What is the recommended way of identifying which assert has been triggered?
If you compile with -g, run the program in a debugger. It will tell you.
If you compile and do NOT use -release, the error message automatically printed by the assert will tell you the line number on the first line of output.