⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 header-only.rst

📁 Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work
💻 RST
字号:
.. Copyright David Abrahams 2006. Distributed under the Boost.. Software License, Version 1.0. (See accompanying.. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)Header-Only Libraries=====================The first thing many people want to know is, “how do I buildBoost?”  The good news is that often, there's nothing to build... admonition:: Nothing to Build?  Most Boost libraries are **header-only**: they consist *entirely  of header files* containing templates and inline functions, and  require no separately-compiled library binaries or special  treatment when linking... .. _separate: The only Boost libraries that *must* be built separately are:* Boost.Filesystem_* Boost.IOStreams_* Boost.ProgramOptions_* Boost.Python_ (see the `Boost.Python build documentation`__  before building and installing it)* Boost.Regex_* Boost.Serialization_* Boost.Signals_* Boost.Thread_* Boost.Wave___ ../../libs/python/doc/building.htmlA few libraries have optional separately-compiled binaries:* Boost.DateTime_ has a binary component that is only needed if  you're using its ``to_string``\ /\ ``from_string`` or serialization  features, or if you're targeting Visual C++ 6.x or Borland.* Boost.Graph_ also has a binary component that is only needed if  you intend to `parse GraphViz files`__.* Boost.Test_ can be used in “header-only” or “separately compiled”  mode, although **separate compilation is recommended for serious  use**.__ ../../libs/graph/doc/read_graphviz.html

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -