mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-16 05:42:20 +02:00
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