./build.sh mac 出现variable length array of non-POD element type 'std::thread'错误
Created by: ouclaok
环境mac 执行./build.sh mac后报如下错误,请问如何解决呢? /Users/ouclaok/Documents/MDL/mobile-deep-learning-master/src/layer/convolution_layer.cpp:120:28: error: variable length array of non-POD element type 'std::thread' std::thread ths[thread_num]; ^ /Users/ouclaok/Documents/MDL/mobile-deep-learning-master/src/layer/convolution_layer.cpp:161:28: error: variable length array of non-POD element type 'std::thread' std::thread ths[thread_num]; ^ /Users/ouclaok/Documents/MDL/mobile-deep-learning-master/src/layer/convolution_layer.cpp:120:28: error: variable length array of non-POD element type 'std::thread' std::thread ths[thread_num]; ^ /Users/ouclaok/Documents/MDL/mobile-deep-learning-master/src/layer/convolution_layer.cpp:161:28: error: variable length array of non-POD element type 'std::thread' std::thread ths[thread_num]; ^ 2 errors generated