mirror of
https://github.com/azahar-emu/ext-boost
synced 2025-11-10 17:19:58 +01:00
22 lines
462 B
Markdown
22 lines
462 B
Markdown
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
|
|
* 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.
|