$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] bind with mem_fn style in Visual Studio 8
From: Igor R (boost.lists_at_[hidden])
Date: 2011-07-27 16:35:31
> My compiler crashes when I write:
>
> Â Â Â Â bind(&S::bar, &s1);
>
> is there some known issue with VS8?
Yes, VC8 crashes on incorrect bind expressions.
You probably missed some placeholder.