8 Mar
2006
8 Mar
'06
11:10 p.m.
On 3/8/06, Scott Meyers
The error messages are, um, not as enlightening as they might be. Any suggestions how to get this to work?
Thanks,
Scott
#include <iostream> #include <string> #include "boost/filesystem/operations.hpp" #include "boost/filesystem/path.hpp" #include "boost/lambda/bind.hpp" #include "boost/lambda/if.hpp"
You also need to include "boost/lambda/lambda.hpp", to declare operator<<. Daniel