You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compile errors caused by missing #include <numeric> needed for iota in tests/algorithms/sorting/minimum_swaps.cc, and tests/machine_learning/image/image.cc
Compile error caused by missing #include <string> in src/classes/list/skip_list.h
Compile error cause by __builtin_clz not defined in for MSVC
The text was updated successfully, but these errors were encountered:
Hi @sheldonrobinson, thanks for taking the time to look at the project!
What OS do you have? I'm asking because i believe we are fine on MacOS and Linux(basically Unix based systems). If you have windows it will help us a lot, because the issues appear only there.
#include <numeric>
needed foriota
intests/algorithms/sorting/minimum_swaps.cc
, andtests/machine_learning/image/image.cc
#include <string>
insrc/classes/list/skip_list.h
__builtin_clz
not defined in forMSVC
The text was updated successfully, but these errors were encountered: