llama.cpp
83c11715 - common: use native MultiByteToWideChar (#17738)

Commit
12 days ago
common: use native MultiByteToWideChar (#17738) `std::codecvt_utf8<wchar_t>` is deprecated and produces warnings: common/common.cpp:792:31: warning: 'codecvt_utf8<wchar_t>' is deprecated [-Wdeprecated-declarations] 792 | std::wstring_convert<std::codecvt_utf8<wchar_t>> converter; | Signed-off-by: Adrien Gallouët <angt@huggingface.co>
Author
Parents
Loading