Subset of the boost libraries used by Citra
Go to file
Tony Wasserka a1afc91d3a Merge pull request #2 from yuriks/intrusive_ptr
Add smart_ptr/intrusive_ptr
2014-12-30 00:15:25 +01:00
boost Merge pull request #2 from yuriks/intrusive_ptr 2014-12-30 00:15:25 +01:00
LICENSE_1_0.txt Initial commit. 2014-12-07 20:43:27 +01:00
Readme.md Merge pull request #2 from yuriks/intrusive_ptr 2014-12-30 00:15:25 +01:00

Boost libraries - trimmed down for Citra

This is a subset of Boost v1.57.0.

Currently imported libraries:

  • concept
  • config
  • container
  • core
  • intrusive
  • iterator
  • move
  • mpl
  • preprocessor
  • range
  • smart_ptr (intrusive_ptr only)
  • type_traits
  • utility

Additionally, all global boost headers are available, but not guaranteed to work unless their dependencies are included in any of the libraries mentioned above.