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