On 19 January 2017 at 06:16, Andy <borucki.andrzej@gmail.com> wrote:
I have:
#include <boost/filesystem/path.hpp>
#include <boost/filesystem/operations.hpp>


boostPath  = canonical(boostPath);

While I debug it is OK, but when I run debug or release x64 program standalone from cmd - it abort at canonical without any info.

_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users

http://sscce.org/

Is canonical() throwing?