mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-15 13:26:40 +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(
|
||||
ns::employee,
|
||||
(std::string, name),
|
||||
(std::string, name)
|
||||
(BOOST_FUSION_ADAPT_AUTO, nickname)
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user