
13 Mar
2003
13 Mar
'03
9:41 p.m.
URL: http://www.boost.org/libs/lambda/doc/ar01s03.html#id2741989 The code fragment template <class T> : public binary_function<T, T, T> struct plus { should read template <class T> struct plus : public binary_function<T, T, T> { Best regards, Peter.
8148
Age (days ago)
8148
Last active (days ago)
3 comments
2 participants
participants (2)
-
Peter Klotz