Lewis
Lewis
MAC已经跑起来了,但是不建议。CPU只能跑1fps
the current ms branch is using boost 1_65, it might use some new features which are considered compile error by visual studio's compiler, you can check the error by searching...
@komgcn vs2015 doesn't support a certain c++ feature, but boost 1_65 used that feature. try to update your compiler(eg.vs2017), error should be solved
actually, the only way to solve the problem is to review the demo code, and try to modify it. but if it is ok for you to use cpu only,...