
9 Jun
2009
9 Jun
'09
2:24 p.m.
2009/6/7 Gevorg Voskanyan
I wasn't aware that there was a std::bind - is this in the C++03 standard, or one of the library technical reports?
(Any URL to the standard spec would be appreciated)
Thanks, Rob.
It is part of the upcoming standard - C++0x
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2009/n2857.pdf
It's also a part of tr1. See http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1836.pdf. Roman Perepelitsa.