tahonermann / text_view

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

Eliminate redundancy in Character concept: ranges::Regular subsumes #26

Closed CaseyCarter closed 7 years ago

CaseyCarter commented 7 years ago

ranges::Copyable.

CaseyCarter commented 7 years ago

The Travis errors are pre-existing test failures caused by otext_cursor not meeting spec. #27 Fixes them.

tahonermann commented 7 years ago

D'oh! Thanks, Casey!

tahonermann commented 7 years ago

Thanks for spotting this. This issue was also present in the P0244 proposal. Updated in commit 499495ce011bfd2c6eb82eb696a2367dcd441aa1.