tahonermann / text_view

A C++ concepts and range based character encoding and code point enumeration library
MIT License
122 stars 14 forks source link

otext_iterator updates #27

Closed CaseyCarter closed 7 years ago

CaseyCarter commented 7 years ago

Two separate commits:

  1. Implement post_increment for otext_cursor, returning a proper proxy.
  2. Nest otext_cursor_mixin into otext_cursor as mixin. (This is purely to simplify the presentation.)
tahonermann commented 7 years ago

Merged! Thanks, Casey!