Closed SSE4 closed 7 years ago
You need to compile with BOOST_USE_WINDOWS_H
defined.
@MarcelRaad yes, that helped, thanks a lot
Is this issue fixed? I still see errors with 1.66.0. Maybe it's possible automatically turn on BOOST_USE_WINDOWS_H when using clang on win? In boost/thread/config or boost/config?
Which file is including libloaderapi.h
?
Is this file included by default?
If yes, I could accepts a PR that defines BOOST_USE_WINDOWS_H
, but I believe that it will be better to provide it for boost/config.h.
boost thread doesn't compile with Clang 4.0.1 on Windows, there are a lot of errors about duplicated Windows API definitions
my user config