This commit is contained in:
Михаил Капелько
2024-06-05 23:19:23 +03:00
parent d7fa9ec0fb
commit f265104856
3 changed files with 24 additions and 26 deletions

View File

@@ -1,6 +1,4 @@
#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. \
c++ -o test_memory_C++ -std=c++11 -I. \
memory.cpp \
memory_Context.cpp \
memory_test.cpp \