blob: e30617e0b08d9b252cc2cd3929d97a6dc91a26d9 [file] [log] [blame]
#include "boost/filesystem.hpp"
static const boost::filesystem::path::codecvt_type &dummy =
boost::filesystem::path::codecvt();
int main()
{
return 0;
}