pyvision icon indicating copy to clipboard operation
pyvision copied to clipboard

`enum solver_type` inplace of unnamed enum type

Open kanihal opened this issue 8 years ago • 0 comments

when I was running cython on svm.pyx it was giving this error vision/svm.cpp:1379:72: error: use of enum ‘solver_type’ without previous declaration tic CYTHON_INLINE PyObject* __Pyx_PyInt_From_enum__solver_type(enum solver_type ^ Adding enum solver_type fixed it.

kanihal avatar Apr 15 '17 02:04 kanihal