$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [filesystem] boost::filesystem::current_path: No such file or directory
From: Frédéric Bron (frederic.bron_at_[hidden])
Date: 2012-09-12 16:09:11
Hi,
sometimes, when I run my program, I get that exception:
terminate called after throwing an instance of
'boost::filesystem3::filesystem_error'
what(): boost::filesystem::current_path: No such file or directory
Aborted
What could be the cause for this? I am using 1.49.0 on linux x86_64
compiled with g++ 4.6.2.
Regards,
Frédéric