From: John Maddock (john_at_[hidden])
Date: 2006-05-22 10:49:03


> Is there some way to achieve what I want? That is, issue an error if
> the constructor is public?

Sigh... no as far as I know we have no way of checking for accessibility,
it's a recurring problem because is_convertible - to pick just one - may
produce compiler errors if there is a conversion but it's not public.

John.