Sign in
nest-open-source
/
nest-cam
/
4320010
/
boost
/
refs/heads/master
/
.
/
boost
/
libs
/
filesystem
/
test
/
issues
/
8930.cpp
blob: 280e5ed63d6af91466b83be808c121dbaff54bf2 [
file
] [
log
] [
blame
] [
edit
]
// Before running this test: export LANG=foo
#include
<boost/filesystem.hpp>
int
main
()
{
boost
::
filesystem
::
path
(
"/abc"
).
root_directory
();
}