Open ebalo55 opened 2 years ago
A feasible fix will be removing the type u8
before each of the strings at lines 76, 80, 392 and 396.
If welcome I'll make a PR.
Yes. They're different types. u8
/char8_t
is unsigned and a different opaque type. It didn't even exist when this library was written. I'm not about the best conventions to support char8_t
throughout the library yet.
Bug category
Describe the bug
Impossibility to compile library using c++23
Steps to Reproduce
Output
Platform
Environment Details:
Additional context