$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Bell (belvis_at_[hidden])
Date: 2004-05-16 17:53:58
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