Subject: Re: [Boost-users] Using Boost::Bind
From: David McCallum (dmccallum9_at_[hidden])
Date: 2011-06-29 17:26:02


Aha! I had read through the Boost::bind documentation several times,
but somehow failed to realize that the _1 and _2 referred to parameter
positions in the function signature. Now everthing works as it should.

Thank you very much!