$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Program abort at canonical()
From: Gavin Lambert (gavinl_at_[hidden])
Date: 2017-01-19 17:51:43
On 20/01/2017 06:55, Andy wrote:
> I send only small piece of code. This program is compiled but is runtime
> error.
1. What is the value of the parameter you are passing to it?
2. Try wrapping it in a try/catch and see if it is throwing an
exception. The type and message of that exception may give you a hint.