common\string_util.cpp: switch to boost::locale::conv for UTF16ToUTF8() and UTF8ToUTF16() (#6623)
This commit is contained in:
parent
06db4ffb17
commit
4c8a98a321
3 changed files with 6 additions and 11 deletions
|
@ -139,11 +139,6 @@ add_library(citra_common STATIC
|
|||
)
|
||||
|
||||
if (MSVC)
|
||||
target_compile_definitions(citra_common PRIVATE
|
||||
# The standard library doesn't provide any replacement for codecvt yet
|
||||
# so we can disable this deprecation warning for the time being.
|
||||
_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING
|
||||
)
|
||||
target_compile_options(citra_common PRIVATE
|
||||
/W4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue