From: khizmax Date: Thu, 10 Dec 2015 19:55:56 +0000 (+0300) Subject: Fixed noexcept spec X-Git-Tag: v2.1.0~35 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d4e2aa0513d12f035b87beb9a14262e61e2ac278;p=libcds.git Fixed noexcept spec --- diff --git a/cds/sync/spinlock.h b/cds/sync/spinlock.h index 794271a8..661e2386 100644 --- a/cds/sync/spinlock.h +++ b/cds/sync/spinlock.h @@ -255,7 +255,7 @@ namespace cds { {} /// Construct object for specified state - explicit reentrant_spin_lock( bool bLocked ) CDS_NOEXCEPT_( noexcept(lock())) + explicit reentrant_spin_lock( bool bLocked ) : m_spin(0) , m_OwnerId( OS::c_NullThreadId ) {