Files
boost_fusion/include/boost/fusion/adapted
Damien Buhl (alias daminetreg) 37fc1443ad Improve the BOOST_FUSION_ADAPT_STRUCT macro to work also when there is no variadic support.
This enable the following flexible macro signature when there is
no BOOST_PP_VARIADICS support:

BOOST_FUSION_ADAPT_STRUCT(
    struct_name,
    (member_type0, member_name0)
    (BOOST_FUSION_ADAPT_AUTO, member_name1)
    (,member_name2)
    ...
    )

If BOOST_PP_VARIADICS is active then there is quite more flexibility as it
allows to avoid the type specification:

BOOST_FUSION_ADAPT_STRUCT(
    struct_name,
    (member_type0, member_name0)
    (BOOST_FUSION_ADAPT_AUTO, member_name1)
    (,member_name2)
    (member_name3)
    ...
    )
2014-06-13 23:09:29 +02:00
..
2014-01-22 23:55:53 -08:00
2014-01-22 23:55:53 -08:00
2014-01-22 23:55:53 -08:00
2014-01-22 23:55:53 -08:00
2014-01-22 23:55:53 -08:00
2014-01-22 23:55:53 -08:00
2014-01-22 23:55:53 -08:00
2011-09-16 05:30:23 +00:00
2014-01-22 23:55:53 -08:00
2014-01-22 23:55:53 -08:00
2014-01-22 23:55:53 -08:00
2014-01-22 23:55:53 -08:00
2014-01-22 23:55:53 -08:00