1 2 3 4 5 6 7
// Before running this test: export LANG=foo #include <boost/filesystem.hpp> int main() { boost::filesystem::path("/abc").root_directory(); }