mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-29 03:57:36 +02:00
Adds test for each case adapter macros we support to adapt an empty type.
This commit is contained in:
@ -77,6 +77,10 @@ BOOST_FUSION_ADAPT_ADT_NAMED(
|
||||
|
||||
#endif // BOOST_PP_VARIADICS
|
||||
|
||||
|
||||
class empty_adt{};
|
||||
BOOST_FUSION_ADAPT_ADT_NAMED(empty_adt,renamed_empty_adt,)
|
||||
|
||||
int
|
||||
main()
|
||||
{
|
||||
|
Reference in New Issue
Block a user