Ignoring wstring_convert deprecation warnings (#498)

This commit is contained in:
wflohry
2022-11-19 06:22:44 -07:00
committed by GitHub
parent 2c5681ee20
commit 121bd0d046
2 changed files with 32 additions and 14 deletions

View File

@@ -43,6 +43,7 @@ current (development)
- Bugfix: Fix resetting `dim` clashing with resetting of `bold`.
- Feature: Add emscripten screen resize support.
- Bugfix: Add unicode 13 support for full width characters.
- Bugfix: Fix MSVC treating codecvt C++17 deprecated function as an error.
3.0.0
-----