$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] bind with mem_fn style in Visual Studio 8
From: John M. Dlugosz (mpbecey7gu_at_[hidden])
Date: 2011-07-27 15:02:26
My compiler crashes when I write:
bind(&S::bar, &s1);
is there some known issue with VS8?
It's right after a warning issued in the mem_fn header concerning superfluous modifiers.