$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Anyone see anything like this??
From: Noah Roberts (roberts.noah_at_[hidden])
Date: 2009-10-15 17:53:26
In article <A9D20A83D330405CBC32278C832DCB84_at_pdimov2>, pdimov_at_[hidden]
says...
>
> You're binding a member function, in this
> case one with the signature void (unit_settings::*)(unsigned)...
Crap, I'm an idiot. When the compiler starts to crash on me I lose my
cool I guess :P I should have seen this.
Thanks.