$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost.regex with ICU memory cleanup on windows
From: John Maddock (boost.regex_at_[hidden])
Date: 2011-08-03 03:27:54
> The boost unit test framework does appear to do the memory dump in a
> destructor of a static object - I guess whether the regex library statics
> are destructed first depends on the order of loading - not sure if there
> is any easy way of ensuring that the unit test framework is destructed
> last (perhaps if I link to UTF as a static library?).
For what it's worth I couldn't reproduce the issue when using UTF as a
static lib (I didn't have a dynamic build laying around).
John.