Subject: Re: [Boost-users] Problems with bind
From: Igor R (boost.lists_at_[hidden])
Date: 2010-02-04 12:14:27


>  typedef void (A::*ConstFoo)(void);

That was for non-const, of course.

typedef void (A::*ConstFoo)(void) const;