Can anybody help me with that manifold-related question? https://github.com/ztellman/manifold/issues/168
finally
is generally used for resource cleanup, and doesn't stop the propagation of an exception or otherwise affect flow control - i don't know what would happen in your example, i've never tried similar, but it seems unnatural to do flow-control stuff in a finally
block - why not just do it straight after the catch
?
hm, makes sense, thank you
put a proper version of code there
@igrishaev Replied.