mirror of
https://github.com/topjohnwu/cxx.git
synced 2025-02-19 07:38:02 +00:00
![David Tolnay](/assets/img/avatar_default.png)
cxx-test-suite-2b81d5f39edd0bcf/out/cxxbridge/include/rust/cxx.h:559:11: error: invalid static_cast from type ‘char*’ to type ‘const unsigned char*’ 559 | return *static_cast<T *>(pos); | ^~~~~~~~~~~~~~~~~~~~~ Doing a reinterpret_cast<> instead matches what is done a few lines above by Slice<T>::operator[].