BOOST_FUSION_ADAPT_CLASS

[SVN r56576]
This commit is contained in:
Joel de Guzman
2009-10-04 16:59:50 +00:00
parent 178973a05c
commit 9a1bc7d677
3 changed files with 135 additions and 3 deletions

View File

@ -0,0 +1,16 @@
#include <boost/mpl/vector.hpp>
#include <boost/fusion/support.hpp>
typedef boost::fusion::traits::deduce_sequence <
boost::mpl::vector<int, char>
>::type seq1_t;
typedef boost::fusion::traits::deduce_sequence <
boost::fusion::vector<int, char>
>::type seq2_t;