
9 May
2010
9 May
'10
11:23 p.m.
On 10/05/2010 00:13, Tanguy Fautré wrote:
boost::once_flag current_thread_tls_init_flag={0,0,0,0};
I've got no idea what the standard says about such a case with respect to the static initialization order problem.
It seems that a recent change (commit 57889) broke the POD guarantees of boost::once_flag by adding a destructor.