forked from boostorg/fusion
Merge pull request #72 from daminetreg/master
Fix testcase when BOOST_PP_VARIADICS is disabled
This commit is contained in:
@ -143,7 +143,7 @@ namespace ns
|
|||||||
|
|
||||||
BOOST_FUSION_ADAPT_STRUCT(
|
BOOST_FUSION_ADAPT_STRUCT(
|
||||||
ns::employee,
|
ns::employee,
|
||||||
(std::string, name),
|
(std::string, name)
|
||||||
(BOOST_FUSION_ADAPT_AUTO, nickname)
|
(BOOST_FUSION_ADAPT_AUTO, nickname)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user