Opened 9 years ago
Closed 9 years ago
#9095 closed Bugs (fixed)
Boost Mingw w64 config isn't detecting correctly
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | config |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
This is related to #8817.
There are some components dealing with Windows compatibility which are found in visualc.hpp rather than win32.hpp. Namely, these are components dealing with WindowsCE such as BOOST_HAS_THREADEX, BOOST_NO_SWPRINTF, and BOOST_HAS_GETSYSTEMTIMEASFILETIME.
The fix applied by #8817 only applies to the Thread library which was preventing a compilation of Boost.Thread, but did not resolve incorrect detection of compiler/platform features in Boost.Config.
It was suggested to open a separate ticket to handle the portion of Config which needs to be modified.
Attached is a patch containing only the parts related to Boost.Config.
patch only for config detection with MinGW and WinCE