FEATURE: Types of a struct can freely pe provided or deduced, following the user preferences.

This commit is contained in:
Damien Buhl (alias daminetreg)
2014-05-09 13:59:49 +02:00
parent 7e1c6cdf47
commit 703bff4ff9
3 changed files with 6 additions and 6 deletions

View File

@ -128,7 +128,7 @@
> \
{ \
typedef \
BOOST_PP_IF(BOOST_PP_LESS(/*ATTRIBUTE_TUPEL_SIZE*/1,2), \
BOOST_PP_IF(BOOST_PP_LESS(ATTRIBUTE_TUPEL_SIZE,2), \
BOOST_FUSION_ATTRIBUTE_TYPE_DEDUCE, BOOST_FUSION_GET_GIVEN_TYPE \
)(NAME_SEQ, ATTRIBUTE, ATTRIBUTE_TUPEL_SIZE) \
attribute_type; \