
20 May
2008
20 May
'08
6:09 p.m.
Is it really intentional that the error handling of constrained & operator = (const value_type & v) uses BOOST_ASSERT(_check_value()); But in void _initialize() it uses throw_exception<>()(_value, _value, _constraint());