From: Neal Becker (ndbecker2_at_[hidden])
Date: 2008-05-20 14:09:01


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