$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Fit] Review
From: Bjorn Reese (breese_at_[hidden])
Date: 2016-03-11 13:29:39
On 03/11/2016 01:50 AM, Paul Fultz II wrote:
> library. I do, however, need to discuss some of the misperceived issues with
> using global function objects in the documentation. As the issues raised in
> the review were:
The destruction order of global objects in different translation units
is undefined. This means that I cannot use a global fit function in the
destructor of one of my own global objects because the former may have
been destroyed before the latter.