Steve Lorimer wrote:
Thanks Peter
Am I right in saying std::bind for gcc will be based on boost's bind? If
that is the case, then there could be a point?
g++ already has its own std::bind; it uses variadic templates in the version
I looked at (4.3.4).