This commit is contained in:
Михаил Капелько
2024-06-05 23:14:03 +03:00
parent b254e63ecd
commit d7fa9ec0fb
5 changed files with 39 additions and 37 deletions

View File

@@ -1,4 +1,6 @@
c++ -o test_memory_C++ -std=c++11 -I. \
#c++ -o test_memory_C++ -std=c++11 -I. \
#c++ -o test_memory_C++ -std=c++17 -I. \
c++ -o test_memory_C++ -std=c++20 -I. \
memory.cpp \
memory_Context.cpp \
memory_test.cpp \