
21 Aug
2003
21 Aug
'03
6:07 p.m.
"Holger Grund"
While I am in rant mode the catch(...) thing is also a very bad idea in VC. This currently catches (this will be fixed in 8.0) structured exception that are not C++ exception. That way serious error conditions are silently ignored.
See http://www.boost.org/more/error_handling.html for a workaround. -- Dave Abrahams Boost Consulting www.boost-consulting.com