boostorg / parser

A C++ parser combinator library.
Boost Software License 1.0
87 stars 12 forks source link

char8_type -> unsigned char in UTF8 -> UTF32 implementation in #187

Closed tzlaine closed 3 weeks ago

tzlaine commented 3 weeks ago

utf_iterator::decode_code_point() to mitigate warnings.

Fixes #167.