$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [thread] static thread_specific_ptr?
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2009-02-26 13:14:11
Anthony Williams wrote:
> The question was about a class static, which is global, and thus safe.
Is it? If my reading of 9.4.2/7 and 3.6.2/3 is correct, static data
members are permitted to be dynamically initialized after entering "main".