Enabled new ADAPT_STRUCT_API for ADAPT_TPL_STRUCT.

This commit is contained in:
Damien Buhl (alias daminetreg)
2014-06-11 00:37:35 +02:00
parent ce3f2d6020
commit 04ce8a788b
2 changed files with 28 additions and 18 deletions

View File

@ -41,7 +41,7 @@ namespace ns
BOOST_FUSION_ADAPT_TPL_STRUCT(
(X)(Y),
(ns::point)(X)(Y),
(X, x)
(BOOST_FUSION_ADAPT_AUTO, x)
(Y, y)
)