17 Dec
2004
17 Dec
'04
10:43 p.m.
Agoston Bejo wrote:
Boost 1.32 (I've downloaded it last week or so).
On the bottom you can find the complete program. (In other newsgroups I often saw people complaining about having to read the whole source code - I suppose they didn't mean minimal examples, am I right?)
Probably. :-) I had to remove the include of "stdafx.h", add one for <algorithm>, and change to int main() With these changes, it gives me an output of '2'. I'm always using the CVS version of Boost, but there've been no changes post-1.32 to Bind or functional.hpp. make_adaptable was indeed missing const operator() overloads in Boost 1.31, though.