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
config.hpp:166: #if defined(__GNUC__) && (defined(_WIN32) || defined(__CYGWIN__)) causes build-failure, due to fact that clang defines __GNUC__and_WIN32, which implies MinGW or Cygwin, and therefore includes not available dirent.h in fileiter.hpp:76.