$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [ASIO] Deadlock during static destruction
From: Roman Shmelev (rshmelev_at_[hidden])
Date: 2009-05-28 02:35:21
I had "same" problem while using boost.lexical_cast in destructor of
some static object.
My suggestion: try to not use static objects :), something may be
wrong with them.