Used boost libraries

From KlayGE
Revision as of 20:29, 25 November 2018 by Gongminmin (Talk | contribs)

Jump to: navigation, search

Much code in KlayGE depend on Boost. Here's the list of used libraries.

The used Boost libraries that must be built separately:

  • Filesystem (Can be replaced by C++17's on VC12+ or gcc6+.)
  • System (Not used directly. No dependency on VC12+ or gcc6+.)

Header-only Boost libraries:

  • Algorithm/string
  • Any (C++17)
  • Assert
  • Container/flat_map
  • Core/noncopyable
  • Lexical Cast
  • Lockfree
  • Optional (C++17)
  • Signals2
  • Utility/Operators
  • Utility/string_view (C++17)

Items marked as bold font can be replaced by features in C++11 or C++17. Along with the popularize of C++11/17-supported compiler, those libraries are switched to C++11's or C++17's. Boost libraries are used only when necessary.