dtolnay / cxx

Safe interop between Rust and C++
https://cxx.rs
Apache License 2.0
5.68k stars 320 forks source link

Give char the if_unique treatment too to handle possible collisions with [u]int8_t definitions. #1353

Closed luqmana closed 1 month ago

luqmana commented 1 month ago

On illumos at least you have std::is_same<char, int8_t> = true which means a whole bunch of duplicate definition errors.