0.2.0
Additions
- Add conversion to const ring_iterator
Changes
- class
copy_popper
now has a single constructor that a) takes its parameter by value if compiled with C++11 or later, or b) takes it parameter by const& otherwise (@Quuxplusone sg14 issue 102). - const, noexcept specifiers have been added to popper value access methods.