dougbinks / enkiTS

A permissively licensed C and C++ Task Scheduler for creating parallel programs. Requires C++11 support.
zlib License
1.74k stars 145 forks source link

Wrong asserts used #102

Closed BobbyAnguelov closed 1 year ago

BobbyAnguelov commented 1 year ago

There's a code block in task scheduler.cpp (ln 394 to ln 444) (the '#ifdef ENKI_USE_WINDOWS_PROCESSOR_API' block) that uses assert instead of ENKI_ASSERT.

dougbinks commented 1 year ago

Thanks, fix on way.