From 8cd421463a8422f1137274e8faf7cd164dd6b8f9 Mon Sep 17 00:00:00 2001 From: "1031083335@qq.com" <1031083335@qq.com> Date: Tue, 25 Apr 2023 22:21:59 +0800 Subject: [PATCH] =?UTF-8?q?git=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MSVC/MyTinySTL_VS2015.vcxproj | 10 +++++----- Test/test.cpp | 2 ++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/MSVC/MyTinySTL_VS2015.vcxproj b/MSVC/MyTinySTL_VS2015.vcxproj index aa70a5e..877ea81 100644 --- a/MSVC/MyTinySTL_VS2015.vcxproj +++ b/MSVC/MyTinySTL_VS2015.vcxproj @@ -22,33 +22,33 @@ {E88807F6-B07C-4371-BD38-FB1569F894E4} Win32Proj MyTinySTL - 8.1 + 10.0 MyTinySTL Application true - v140 + v143 Unicode Application false - v140 + v143 true Unicode Application true - v140 + v143 Unicode Application false - v140 + v143 true Unicode diff --git a/Test/test.cpp b/Test/test.cpp index 67c795f..287b3ea 100644 --- a/Test/test.cpp +++ b/Test/test.cpp @@ -45,6 +45,8 @@ int main() unordered_set_test::unordered_multiset_test(); string_test::string_test(); + //测试 + #if defined(_MSC_VER) && defined(_DEBUG) _CrtDumpMemoryLeaks(); #endif // check memory leaks