Don't define user-provided special functions.

To allow to define empty struct.
This commit is contained in:
Kohei Takahashi
2016-10-13 00:18:14 +09:00
parent 599b8d4aef
commit a2b8a8f254
5 changed files with 10 additions and 18 deletions

View File

@ -27,6 +27,8 @@ BOOST_FUSION_DEFINE_TPL_STRUCT(
BOOST_FUSION_DEFINE_TPL_STRUCT((M), BOOST_PP_EMPTY(), s, (M, m))
BOOST_FUSION_DEFINE_TPL_STRUCT((M), BOOST_PP_EMPTY(), empty_struct, )
int
main()
{