mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-29 20:17:32 +02:00
Regenerating/reorganizing docs
[SVN r40828]
This commit is contained in:
@ -52,14 +52,13 @@ link against.
|
||||
* map
|
||||
* set
|
||||
* vector
|
||||
* generation
|
||||
* mpl
|
||||
* functional
|
||||
* sequence
|
||||
* comparison
|
||||
* conversion
|
||||
* intrinsic
|
||||
* io
|
||||
* utility
|
||||
* iterator
|
||||
* support
|
||||
|
||||
@ -69,7 +68,9 @@ If, for example, you want to use `list`, depending on the granularity that
|
||||
you desire, you may do so by including one of
|
||||
|
||||
#include <boost/fusion/container.hpp>
|
||||
#include <boost/fusion/include/container.hpp>
|
||||
#include <boost/fusion/container/list.hpp>
|
||||
#include <boost/fusion/include/list.hpp>
|
||||
|
||||
The first includes all containers The second includes only `list`
|
||||
[footnote Modules may contain smaller components. Header file
|
||||
|
Reference in New Issue
Block a user