Experiencing difficulty in compiling boost.log v1 in my code, though I know that the issue is due to boost.filesystem v3 lack of support. I know I need to #define BOOST_FILESYSTEM_VERSION 2
but where should I define it?
The compilation error:
error: 'external_string_type' is not a member of 'boost::filesystem3::wpath'
#define
was added @ path.hpp