Skip to content

Commit

Permalink
make len_ mutable
Browse files Browse the repository at this point in the history
  • Loading branch information
argv0 committed Aug 16, 2012
1 parent 7fcccb5 commit c34de59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_src/lockfree_queue.hpp
Expand Up @@ -128,5 +128,5 @@ class lockfree_queue
private:
node *first_;
atomic_node_pointer divider_, last_;
std::size_t len_;
mutable std::size_t len_;
};

0 comments on commit c34de59

Please sign in to comment.