Remooved constespr from ctor
authorkhizmax <libcds.dev@gmail.com>
Sun, 16 Apr 2017 18:46:25 +0000 (21:46 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sun, 16 Apr 2017 18:46:25 +0000 (21:46 +0300)
cds/intrusive/optimistic_queue.h

index 3d00eef39cf575854da8c63325a8e22983bb16dc..4f3140cfc65c1cdc12327e4db1f30558df2327db 100644 (file)
@@ -60,7 +60,7 @@ namespace cds { namespace intrusive {
             atomic_node_ptr m_pNext ;   ///< Pointer to next node
             atomic_node_ptr m_pPrev ;   ///< Pointer to previous node
 
-            CDS_CONSTEXPR node() CDS_NOEXCEPT
+            node() CDS_NOEXCEPT
             {
                 m_pNext.store( nullptr, atomics::memory_order_relaxed );
                 m_pPrev.store( nullptr, atomics::memory_order_release );