mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-14 21:06:40 +02:00
Don't define user-provided special functions.
To allow to define empty struct.
This commit is contained in:
@ -29,6 +29,8 @@ BOOST_FUSION_DEFINE_ASSOC_STRUCT(
|
||||
(int, y, ns::y_member)
|
||||
)
|
||||
|
||||
BOOST_FUSION_DEFINE_ASSOC_STRUCT(BOOST_PP_EMPTY(), empty_struct, )
|
||||
|
||||
int
|
||||
main()
|
||||
{
|
||||
|
Reference in New Issue
Block a user