doc tweaks

[SVN r36747]
This commit is contained in:
Joel de Guzman
2007-01-18 07:26:33 +00:00
parent c5f8494832
commit 64a8b5e7f3
2 changed files with 2 additions and 2 deletions

View File

@ -1082,7 +1082,7 @@ Constant. Returns a view which is lazily evaluated.
struct triple struct triple
{ {
template<typename T> template<typename T>
struct apply struct result
{ {
typedef T type; typedef T type;
}; };

View File

@ -356,7 +356,7 @@ sequence container, and in many cases the most efficient.
[heading Header] [heading Header]
#include <boost/fusion/sequence/container/vector.hpp> #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 // numbered forms
#include <boost/fusion/sequence/container/vector/vector10.hpp> #include <boost/fusion/sequence/container/vector/vector10.hpp>