Warning, file /include/boost/spirit/home/support/detail/make_vector.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007 #ifndef BOOST_SPIRIT_SUPPORT_DETAIL_MAKE_VECTOR_HPP
0008 #define BOOST_SPIRIT_SUPPORT_DETAIL_MAKE_VECTOR_HPP
0009
0010 #include <boost/fusion/include/make_vector.hpp>
0011
0012 namespace boost { namespace spirit { namespace detail
0013 {
0014 namespace result_of
0015 {
0016 using fusion::result_of::make_vector;
0017 }
0018 using fusion::make_vector;
0019 }}}
0020
0021 #endif