
16 May
2004
16 May
'04
10:53 p.m.
christopher diggins wrote: [ ... ]
template < class constraints_policy, class error_policy = default_error_policy, bool implicit_conversion_policy = true >
[...] I just noticed that the implicit_conversion_policy policy argument controls whether a raw value can be assigned to a constrained_value, but has nothing to say about whether a constrained_value can be constructed from a raw value or whether a constrained value can be converted to a raw value. Bob