$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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;