forked from boostorg/fusion
adapt plain old array types (1)
[SVN r59576]
This commit is contained in:
2
include/boost/fusion/support/ext_/is_segmented.hpp
Executable file → Normal file
2
include/boost/fusion/support/ext_/is_segmented.hpp
Executable file → Normal 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
|
||||
struct iterator_range_tag;
|
||||
|
Reference in New Issue
Block a user