Merge branch 'master' into cxx17

This commit is contained in:
Stephen Seo 2021-09-08 10:49:49 +09:00
commit 4752a67380

View file

@ -5,7 +5,7 @@
using OneThreadPool = EC::ThreadPool<1>;
using ThreeThreadPool = EC::ThreadPool<3>;
TEST(ECThreadPool, CannotCompile) {
TEST(ECThreadPool, OneThread) {
OneThreadPool p;
std::atomic_int data;
data.store(0);