progschj / ThreadPool

A simple C++11 Thread Pool implementation
zlib License
7.86k stars 2.24k forks source link

Windows support #13

Closed IngwiePhoenix closed 10 years ago

IngwiePhoenix commented 10 years ago

Hey.

So I see that this library uses C++11 heavily. How much is this supported on Windows? I want to use this for a cross-platform project.

Kind regards, Ingwie

progschj commented 10 years ago

From what I remember it compiles and runs the example in MSVC2013. But that is about as far as my Windows testing goes.

IngwiePhoenix commented 10 years ago

Okay, thank you! :)