Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Limitations

SunPro
VACPP
WCE

Some compilers don't work correctly with some of the added features.

If __SUNPRO_CC < 0x5100 the library defines

  • BOOST_THREAD_DONT_USE_MOVE

If __SUNPRO_CC < 0x5100 the library defines

  • BOOST_THREAD_DONT_PROVIDE_FUTURE_CTOR_ALLOCATORS

If __IBMCPP__ < 1100 the library defines

  • BOOST_THREAD_DONT_USE_CHRONO
  • BOOST_THREAD_USES_DATE

And Boost.Thread doesn't links with Boost.Chrono.

WCE

If _WIN32_WCE && _WIN32_WCE==0x501 the library defines

  • BOOST_THREAD_DONT_PROVIDE_FUTURE_CTOR_ALLOCATORS

PrevUpHomeNext