mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-14 12:56:38 +02:00
Fix 11269 (https://svn.boost.org/trac/boost/ticket/11269) and add test case for it.
This commit is contained in:
@ -149,6 +149,9 @@ namespace ns
|
||||
|
||||
#endif
|
||||
|
||||
struct empty_struct {};
|
||||
BOOST_FUSION_ADAPT_STRUCT(empty_struct,);
|
||||
|
||||
int
|
||||
main()
|
||||
{
|
||||
|
Reference in New Issue
Block a user