Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: deprecated use of std::char_traits<unsigned short>::length
@codeinred Since we've decided to make C++11 a requirement for future versions of JavaCPP, let's just replace unsigned short with char16_t. Thanks! _Originally posted by @saudet in bytedeco#753 (comment) warning: 'char_traits<unsigned short>' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in LLVM 19, so please migrate off of it. [-Wdeprecated-declarations]
- Loading branch information