
24 Jun
2010
24 Jun
'10
3:12 a.m.
At Wed, 23 Jun 2010 11:01:42 -0400, Eric Niebler wrote:
- Decide if passing a malformed string is a violation of unquote's preconditions. - If it is, throw something derived from logic_error.
Please don't throw exceptions in response to violated preconditions. The appropriate mechanism is BOOST_ASSERT. -- Dave Abrahams BoostPro Computing http://www.boostpro.com