concurrencpp icon indicating copy to clipboard operation
concurrencpp copied to clipboard

Fixed MSVC build with CL.exe 19.41.34120

Open aheysse opened this issue 1 year ago • 1 comments

<string> is no longer automatically included in the various header files thread.h uses when compiling with MSVC/cl.exe. I've explicitly included it now so MSVC/cl.exe builds work again.

aheysse avatar Sep 18 '24 01:09 aheysse

Suffering from the same issue. We keep our tools up-to-date, but now we can't easily include this library using Conan as the compilation fails due to this error. Would love to see this fix merged into the next release :)

DevFelixFaber avatar Sep 27 '24 16:09 DevFelixFaber

fixed with #175

David-Haim avatar May 01 '25 08:05 David-Haim