mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-14 12:56:38 +02:00
FEATURE: Types of a struct can freely pe provided or deduced, following the user preferences.
This commit is contained in:
@ -59,7 +59,7 @@ namespace ns
|
||||
BOOST_FUSION_ADAPT_STRUCT_NEWAPI(
|
||||
ns::point,
|
||||
(x)
|
||||
(y)
|
||||
(int, y)
|
||||
)
|
||||
|
||||
#if !BOOST_WORKAROUND(__GNUC__,<4)
|
||||
|
Reference in New Issue
Block a user