Boost logo

Boost Users :

From: Hendrik Belitz (hbelitz_at_[hidden])
Date: 2006-09-15 02:24:31


David Abrahams <dave <at> boost-consulting.com> writes:
> And then there's the minor detail that you're not allowed to take the
> address of standard library (member) functions... to be technically
> portable and correct, you need to write a wrapper, e.g.
>

>If I do it the correct way I get:
>boost_1_33_1\boost\bind.hpp(63) : error C2039: 'result_type' : is not a
member of 'Geometry::resize_vector_bool'
>Why does that happen?

>> struct resize_vector_bool

Should'nt that be

struct resize_vector_bool : public std::binary_function<V,N,void> ?

Regards
 Hendrik


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net