Skip to content

Releases: klmr/cpp11-range

Version 0.2

21 Nov 18:23
Compare
Choose a tag to compare

Changes:

  • Implement size function (#3; @Alzathar)
  • Allow different types for range boundaries, to support writing range(0, container.size()) (#8)