$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-10-14 11:35:52
Schalk_Cronje_at_[hidden] wrote:
> Is there a known problem with boost::bind, volatile-qualified member
> functions and MSVC7.1?
Yes, boost::bind and boost::mem_fn do not support volatile-qualified member
functions.
> The following snippet of
> code happily compiles with various incantations of gcc, but fails
> with MSVC7.1.
I wonder why gcc is able to compile it. :-)
Do you really have a volatile member function somewhere? I thought that they
were "officially" worthless.