|
Boost Users : |
From: Haroon Khan (haroon.khan_at_[hidden])
Date: 2006-11-28 23:44:25
Is it possible to bind to the following functions using boost.lamdba
and if so how?
class some_class
{
public:
some_class operator % (int x) {
return this
}
template<typename T> void foo(T x){
}
};
I use the examples given in online-documentation but it gives me a lot
of errors. I'm using VC8 on windows XP.
Thanks, Haroon
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