[SG16-Unicode] Need a char8_t implementation for filesystem::path_view
JeanHeyd Meneide
phdofthehouse at gmail.com
Wed Jul 31 14:07:19 CEST 2019
I just used "unsigned char" as the char8_t type, since that's what char8_t
ends up being fundamentally. The benefit is unsigned char already has
char_traits support too.
On Wed, Jul 31, 2019 at 4:27 AM Niall Douglas <s_sourceforge at nedprod.com>
wrote:
> Just fixing up path_view with the feedback from SG16 and LEWG right now.
>
> Does anybody have to hand a char8_t implementation for C++ 14? I've
> currently got a hacky substitute which is really char, but I'd like
> something better, if somebody already has implemented char_traits et al
> for older C++.
>
> Niall
> _______________________________________________
> SG16 Unicode mailing list
> Unicode at isocpp.open-std.org
> http://www.open-std.org/mailman/listinfo/unicode
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.open-std.org/pipermail/unicode/attachments/20190731/fa6d42dc/attachment.html
More information about the Unicode
mailing list