Mar 8, 2013 at 3:16pm
At what line do you get this error on?
Mar 8, 2013 at 3:19pm
the first line of the template. Do I need a special header to compile it?
Last edited on Mar 8, 2013 at 3:21pm
Mar 8, 2013 at 3:30pm
std::binary_function is defined in the <functional> header.
Mar 8, 2013 at 3:40pm
Thanks for the replies. I added std:: and that works. Just forgot this thing... Thanks! :)