Neal Becker | 20 May 20:09
Picon

constrained_value: 1 more question

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());

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost


Gmane