adapt plain old array types (1)

[SVN r59576]
This commit is contained in:
Christopher Schmidt
2010-02-07 18:22:06 +00:00
parent b86d7dbe80
commit 5eb9c03cd2
25 changed files with 100 additions and 61 deletions

View File

@ -14,7 +14,7 @@ namespace boost { namespace fusion
// Special tags:
struct sequence_facade_tag;
struct boost_tuple_tag; // boost::tuples::tuple tag
struct array_tag; // boost::array tag
struct boost_array_tag; // boost::array tag
struct mpl_sequence_tag; // mpl sequence tag
struct std_pair_tag; // std::pair tag
@ -38,7 +38,7 @@ namespace boost { namespace fusion
struct end_impl<boost_tuple_tag>;
template <>
struct end_impl<array_tag>;
struct end_impl<boost_array_tag>;
template <>
struct end_impl<mpl_sequence_tag>;