#6592 closed Feature Requests (fixed)
BOOST_FUSION_ADAPT/DEFINE: allow empty structures
Reported by: | Owned by: | Kohei Takahashi | |
---|---|---|---|
Milestone: | Boost 1.63.0 | Component: | fusion |
Version: | Boost 1.47.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Adapting empty structures as an empty fusion sequence seems to be possible to compile. There are warnings that the macro is missing arguments however.
The request is to allow correct behaviour of these macros with an empty structure.
Change History (3)
comment:1 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 6 years ago
Milestone: | To Be Determined → Boost 1.62.0 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed by https://github.com/boostorg/fusion/pull/137