Skip to content

thread-pool v1.6

Choose a tag to compare

@bshoshany bshoshany released this 26 May 13:01
· 15 commits to master since this release
bc66b8a
  • Version 1.6 (2021-05-26)
    • Since MSVC does not interpret and as && by default, the previous release did not compile with MSVC unless the /permissive- or /Za compiler flags were used. This has been fixed in this version, and the code now successfully compiles with GCC, Clang, and MSVC. See this pull request.