Merge pull request #72 from daminetreg/master

Fix testcase when BOOST_PP_VARIADICS is disabled
This commit is contained in:
Joel de Guzman
2015-04-29 22:14:33 +08:00

View File

@ -143,7 +143,7 @@ namespace ns
BOOST_FUSION_ADAPT_STRUCT(
ns::employee,
(std::string, name),
(std::string, name)
(BOOST_FUSION_ADAPT_AUTO, nickname)
)