j
k
j a
j l
Peter Dimov <pdimov <at> pdimov.com> writes:
X* X::instance() { static X* s_px = 0; if( X* px = atomic_load_relaxed( &s_px ) )
X* X::instance() { static X* s_px = 0;
if( X* px = atomic_load_relaxed( &s_px ) )
&s_px doesn't look right here. Gennadiy
Back to the thread
Back to the list