thread-pool v1.6
- Version 1.6 (2021-05-26)
- Since MSVC does not interpret
andas&&by default, the previous release did not compile with MSVC unless the/permissive-or/Zacompiler 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.
- Since MSVC does not interpret