Skip to content

0.2.0

Compare
Choose a tag to compare
@martinmoene martinmoene released this 28 Oct 19:52
· 134 commits to master since this release

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.