From 0bd0bf16f208efe018b82c79e619f03ce3ba96ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Thu, 25 Apr 2024 23:01:24 +0300 Subject: [PATCH] d --- v3/gen-C++ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/gen-C++ b/v3/gen-C++ index a1d9b2d..d676c37 100755 --- a/v3/gen-C++ +++ b/v3/gen-C++ @@ -1 +1 @@ -c++ -o test_memory_C++ -std=c++11 -I. memory.cpp memory_Context.cpp main.cpp +c++ -o test_memory_C++ -std=c++11 -I. memory.cpp memory_Context.cpp memory_test.cpp main.cpp