$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: tim_at_[hidden]
Date: 2001-07-24 16:45:45
--- In boost_at_y..., Daryle Walker <darylew_at_m...> wrote:
> I don't think you realize that not
> all types support the pre-qualifier form!
You are right. I won't try to describe the parsing
contortions my mind goes through mapping post-qualifiers
on pointers into a pre-qualifier world.
> int * const * p;
> A regular pointer to a constant pointer to a regular integer
I never saw const as a post-qualifier there, even though
I've always been able to arrive at the correct type.
Thanks.
-tim