14 Oct
2004
14 Oct
'04
4:35 p.m.
Schalk_Cronje@McAfee.com 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.