Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2003-02-04 08:38:37


From: "Daniel Frey" <daniel.frey_at_[hidden]>
> Peter Dimov wrote:
> >
> > Are you sure that "T C::* const" is a type?
>
> Isn't it? It's a constant pointer to a member of class C. T may be the
> type of a member variable or (although GCC don't detect it) a function
> type. At least this is my current understanding. Do you have a reason to
> ask about it? I think so, but I can't see it...

Yes, I worded that incorrectly. I should have said: are you thinking that
the above will match

int (X::*pf)(long, double) const;

?


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk