FEATURE: Types of a struct can freely pe provided or deduced, following the user preferences.

This commit is contained in:
Damien Buhl (alias daminetreg)
2014-05-09 13:59:49 +02:00
parent 7e1c6cdf47
commit 703bff4ff9
3 changed files with 6 additions and 6 deletions

View File

@ -59,7 +59,7 @@ namespace ns
BOOST_FUSION_ADAPT_STRUCT_NEWAPI(
ns::point,
(x)
(y)
(int, y)
)
#if !BOOST_WORKAROUND(__GNUC__,<4)