some improvements
[libcds.git] / cds / algo / split_bitstring.h
index 660cebfacc85dd219c057cdb08a4c334d22edbfa..605d00ec9d8cb6dc941b101cf8ce4a02f988d782 100644 (file)
@@ -127,7 +127,7 @@ namespace cds { namespace algo {
         }
 
         /// Resets the splitter
-        void reset()
+        void reset() CDS_NOEXCEPT
         {
             m_ptr = m_first;
             m_pos = 0;