mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-25 01:57:15 +02:00
BUGFIX: Presents the correct field name as a string even if type is deduced.
This commit is contained in:
@ -177,7 +177,9 @@
|
||||
call() \
|
||||
{ \
|
||||
return BOOST_PP_STRINGIZE( \
|
||||
BOOST_PP_TUPLE_ELEM(ATTRIBUTE_TUPEL_SIZE,1,ATTRIBUTE)); \
|
||||
BOOST_PP_TUPLE_ELEM(ATTRIBUTE_TUPEL_SIZE, \
|
||||
BOOST_PP_IF(BOOST_PP_LESS(ATTRIBUTE_TUPEL_SIZE,2), 0, 1),\
|
||||
ATTRIBUTE)); \
|
||||
} \
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user