mirror of
https://git.suyu.dev/suyu/ext-boost.git
synced 2025-12-22 05:36:18 +01:00
Add Readme.md
This commit is contained in:
parent
95fa7cc1cf
commit
b060148c08
1 changed files with 16 additions and 0 deletions
16
Readme.md
Normal file
16
Readme.md
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
Boost libraries - trimmed down for Citra
|
||||||
|
========================================
|
||||||
|
|
||||||
|
Currently imported libraries:
|
||||||
|
-----------------------------
|
||||||
|
* concept
|
||||||
|
* config
|
||||||
|
* core
|
||||||
|
* iterator
|
||||||
|
* 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.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue