forked from boostorg/fusion
doc tweaks
[SVN r36747]
This commit is contained in:
@ -1082,7 +1082,7 @@ Constant. Returns a view which is lazily evaluated.
|
||||
struct triple
|
||||
{
|
||||
template<typename T>
|
||||
struct apply
|
||||
struct result
|
||||
{
|
||||
typedef T type;
|
||||
};
|
||||
|
@ -356,7 +356,7 @@ sequence container, and in many cases the most efficient.
|
||||
[heading Header]
|
||||
|
||||
#include <boost/fusion/sequence/container/vector.hpp>
|
||||
#include <boost/fusion/sequence/container/vector/vector_forward.hpp>
|
||||
#include <boost/fusion/sequence/container/vector/vector_fwd.hpp>
|
||||
|
||||
// numbered forms
|
||||
#include <boost/fusion/sequence/container/vector/vector10.hpp>
|
||||
|
Reference in New Issue
Block a user