beached / utf_range

Range operations on character arrays
Other
3 stars 3 forks source link

Please support header_libraries 2.5.3 #2

Closed toge closed 2 years ago

toge commented 2 years ago

Some codes in utf_range seem not to follow header_libraries/2.5.3. I met following error when I compile utf_range/2.2.0 with header_libraries/2.5.3.

include/daw/utf_range/daw_utf_range.h:208:45: error: ‘make_string_view_it’ is not a member of ‘daw’; did you mean ‘daw::sv1::make_string_view_it’?
    return daw::make_string_view_it( raw_begin( ), raw_end( ) );

Cloud you fix it?

beached commented 2 years ago

Put some time into updating it, should be working now. The previous release is in vcpkg and works too.

toge commented 2 years ago

Thank you for your quick response!