From 6521e6a4df07396c1e8a2bd75064bf3b78ccb2d1 Mon Sep 17 00:00:00 2001 From: mingkuang Date: Fri, 3 May 2024 17:04:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0VC-LTL=E7=9A=84=E5=B7=B2?= =?UTF-8?q?=E7=9F=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 5 ++++- Readme.osc.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 88d8ff7..4bc315e 100644 --- a/Readme.md +++ b/Readme.md @@ -213,7 +213,10 @@ Is the file size smaller? If you fail to compile, please refer to [4. FAQ](#4-fa * VC++ 目录 - 库目录 - 【√ 从父项或项目默认设置继承(I)】 ## 5. Known Issues -* VC-LTL的Debug模式不支持堆调试功能,如果您需要使用这些功能,可以针对Debug配置关闭VC-LTL。 +* Bug #22, VC-LTL的Debug模式不支持堆调试功能也无法使用ASAN + - 如果您需要使用这些功能,可以针对Debug配置关闭VC-LTL。 +* Bug #60, msvcrt模式下locale相关函数(如setlocale、std::locale)无法指定为区域为 `.utf8` + - 如果需求如此必须使用,建议使用VC-LTL的UCRT模式(使用后将依赖ucrtbase.dll),如果不想依赖DLL就直接静态链接微软原版CRT吧。 ## Excursus - Third Party Licenses * [Visual Studio](https://visualstudio.microsoft.com/license-terms/) diff --git a/Readme.osc.md b/Readme.osc.md index 6e6251f..4893850 100644 --- a/Readme.osc.md +++ b/Readme.osc.md @@ -203,7 +203,10 @@ $LatestVisualStudioRoot = & $BuiltInVsWhereExe -latest -prerelease -property ins ## 5. 已知问题 -* VC-LTL的Debug模式不支持堆调试功能,如果您需要使用这些功能,可以针对Debug配置关闭VC-LTL。 +* Bug #22, VC-LTL的Debug模式不支持堆调试功能也无法使用ASAN + - 如果您需要使用这些功能,可以针对Debug配置关闭VC-LTL。 +* Bug #60, msvcrt模式下locale相关函数(如setlocale、std::locale)无法指定为区域为 `.utf8` + - 如果需求如此必须使用,建议使用VC-LTL的UCRT模式(使用后将依赖ucrtbase.dll),如果不想依赖DLL就直接静态链接微软原版CRT吧。 ## 附:第三方依赖项许可