"tests/vscode:/vscode.git/clone" did not exist on "daa1bad5d3f536c4880eea2b2f4af84291b2976c"
Fixed issue with uninitialised variables in thread_pool_extension. (#386)
* Fixed issue with uninitialised variables. There are 2 places where std::exception_ptr eptr is not initialised. * running_gradient.h needs to qualify erfc with 'std::' to avoid compilation error. Found when compiling dnn_mmod_face_detection_ex.cpp with RadStudio and Clang compiler.
Showing
Please register or sign in to comment