Veenxz
Results
2
comments of
Veenxz
应该是of版本不同造成的,可以直接注释掉对应的Function
You can change the line to `set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 -mcpu=apple-m1 -std=c++11")` https://github.com/UvaCsl/HemoCell/blob/3189621a2118152addefd3a6f5852536c3fd2d14/CMakeLists.txt#L126 But I got new errors, I don't know why: ```bash HemoCell/helper/array.h:103:42: error: no member named '_M_elems' in 'hemo::Array'...