Difference between revisions of "使用到的boost库"
From KlayGE
Gongminmin (Talk | contribs) |
Gongminmin (Talk | contribs) |
||
Line 2: | Line 2: | ||
需要编译才能使用的boost库: | 需要编译才能使用的boost库: | ||
− | *'''Filesystem''' | + | *'''Filesystem'''(在msvc和gcc中可以用TS或C++17的代替。) |
− | + | ||
只有头文件的boost库: | 只有头文件的boost库: |
Revision as of 01:30, 26 July 2019
KlayGE的很多代码都依赖于boost。以下列出使用到boost中的各个部分。
需要编译才能使用的boost库:
- Filesystem(在msvc和gcc中可以用TS或C++17的代替。)
只有头文件的boost库:
- 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)
标记为粗体的可以用C++11或C++17的功能代替。随着支持C++11/17的编译器的普及,这些库都会切换到C++11或C++17。除非迫不得已才用boost的。