Post #512 1.41K Sep 16, 2017, 22:48 UTC https://akrzemi1.wordpress.com/2017/09/04/using-error-codes-effectively/Tags: #programming #cpp Andrzej's C++ blog Using error codes effectively In the previous posts we have seen what error codes and error conditions are. But the way we used them is far from optimum. In particular, the implementation of FailureSourceCategory::equivalent wa…