JuliaInterop / libcxxwrap-julia

C++ library for backing CxxWrap.jl
Other
85 stars 43 forks source link

Add support for char16_t and char32_t #101

Closed JamesWrigley closed 2 years ago

JamesWrigley commented 2 years ago

These were added in C++11: https://en.cppreference.com/w/cpp/language/types.

JamesWrigley commented 2 years ago

I think the Linux tests will pass when https://github.com/JuliaInterop/CxxWrap.jl/pull/316 is merged, but the Windows CI looks like it's broken?

barche commented 2 years ago

Thanks, I fixed the testing problems and rebased this.