Sync from trunk (except adapt class)

[SVN r56714]
This commit is contained in:
Joel de Guzman
2009-10-11 16:12:54 +00:00
parent 7615b492af
commit 46fc256c2f
257 changed files with 13732 additions and 16068 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;