Boost logo

Boost Users :

Subject: Re: [Boost-users] [filesystem] boost::filesystem::current_path: No such file or directory
From: Sunil Matta (sunil_at_[hidden])
Date: 2012-09-12 17:45:07


terminate is called because you are specifying an non-existing file and the
exception thrown is uncaught all the way past main.

On Wed, Sep 12, 2012 at 4:09 PM, Frédéric Bron <frederic.bron_at_[hidden]>wrote:

> 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
> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users
>



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net