1 2 3 4 5 6 7 8 9
#include "boost/filesystem.hpp" static const boost::filesystem::path::codecvt_type& dummy = boost::filesystem::path::codecvt(); int main() { return 0; }