
9 Mar
2006
9 Mar
'06
2:10 a.m.
On 3/8/06, Scott Meyers <usenet@aristeia.com> wrote:
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