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

@ -33,6 +33,8 @@ BOOST_FUSION_DEFINE_STRUCT(
BOOST_FUSION_DEFINE_STRUCT(BOOST_PP_EMPTY(), s, (int, m))
BOOST_FUSION_DEFINE_STRUCT(BOOST_PP_EMPTY(), empty_struct, )
// Testing non-constexpr compatible types
BOOST_FUSION_DEFINE_STRUCT(
(ns),