
28 Mar
2010
28 Mar
'10
10:07 p.m.
On 03/28/2010 11:38 AM, Nicholas Howe wrote:
On Thu, Mar 25, 2010 at 6:58 PM, Tom Brinkman<reportbase2007@gmail.com>wrote:
1) Boost uses exceptions.
I'm a game programmer. I've worked at companies that disable exceptions.
I've worked at companies that disable exceptions, and, with little exception, the rules were put in place by programmers that didn't understand exceptions at all. My experience suggests that these people should be ignored. Don't waste time on this red herring. This is 2010. Exceptions are an important part of the language. One cannot write non-trivial code that guarantees behavior without them. Calling std::exit() from a library is the absolute worst thing that one can do. Rob