Login
From:
www.foonathan.net
(Uncensored)
subscribe
Flexible error handling techniques in C++
https://www.foonathan.net/2016/06/flexible-error-handling/
links
backlinks
Roast topics
Find topics
Find it!
This post describes techniques for libraries to allow both exceptions and non-exceptional use. One is a technique I dubbed exception handler.