Steve has an interesting post about C++ error handling.
At least your codebase, Steve, isn’t full of stuff like this.
catch (…)
{
ASSERT(false);
}
Daily Archives: July 28th, 2005
How not to handle errors.
July 28, 2005 – 11:08 am
Steve has an interesting post about C++ error handling.
At least your codebase, Steve, isn’t full of stuff like this.
catch (…)
{
ASSERT(false);
}