projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18cbeea
)
Fixed noexcept spec
author
khizmax
<libcds.dev@gmail.com>
Thu, 10 Dec 2015 19:55:56 +0000
(22:55 +0300)
committer
khizmax
<libcds.dev@gmail.com>
Thu, 10 Dec 2015 19:55:56 +0000
(22:55 +0300)
cds/sync/spinlock.h
patch
|
blob
|
history
diff --git
a/cds/sync/spinlock.h
b/cds/sync/spinlock.h
index 794271a8fec7e1e751827d8f9248299a2a9475a0..661e2386764fdd97d97403f643221ff73b906acd 100644
(file)
--- 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 )
{