$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Program abort at canonical()
From: PB (newbarker_at_[hidden])
Date: 2017-01-19 05:15:52
On 19 January 2017 at 06:16, Andy <borucki.andrzej_at_[hidden]> 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_at_[hidden]
> http://listarchives.boost.org/mailman/listinfo.cgi/boost-users
>
Is canonical() throwing?