From e6ad93b837105a8a7771f3d65d34905bc690ee9b Mon Sep 17 00:00:00 2001 From: VeretennikovMA Date: Tue, 7 May 2024 21:24:37 +0300 Subject: [PATCH] =?UTF-8?q?3.=20=D0=9C=D0=BE=D0=B4=D1=83=D0=BB=D1=8C=D0=BD?= =?UTF-8?q?=D1=8B=D0=B5=20=D1=82=D0=B5=D1=81=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doctest.h | 2 +- lab01.cbp | 4 ++++ main.cpp | 1 + unittest.cpp | 33 +++++++++++++++++++++++++++++++++ 4 files changed, 39 insertions(+), 1 deletion(-) diff --git a/doctest.h b/doctest.h index 5c754cd..826f0f5 100644 --- a/doctest.h +++ b/doctest.h @@ -5724,7 +5724,7 @@ namespace { std::tm timeInfo; #ifdef DOCTEST_PLATFORM_WINDOWS - gmtime_s(&timeInfo, &rawtime); +// gmtime_s(&timeInfo, &rawtime); #else // DOCTEST_PLATFORM_WINDOWS gmtime_r(&rawtime, &timeInfo); #endif // DOCTEST_PLATFORM_WINDOWS diff --git a/lab01.cbp b/lab01.cbp index bad2e84..833fc02 100644 --- a/lab01.cbp +++ b/lab01.cbp @@ -41,6 +41,10 @@