#4871 closed Bugs (fixed)
Compile errors when using BOOST_FUSION_ADAPT_xxxADTxxx
| Reported by: | Christopher Schmidt | Owned by: | Joel de Guzman |
|---|---|---|---|
| Milestone: | Boost 1.46.0 | Component: | spirit |
| Version: | Boost 1.45.0 | Severity: | Problem |
| Keywords: | fusion, adt, adapt_adt | Cc: |
Description
Compiling spirit code that uses fusion sequences which are adapted via one of Fusion's BOOST_FUSION_ADAPT_xxxADTxxx-macros can result in compile errors. The attached patch, applied on <boost/spirit/home/support/adapt_adt_attributes.hpp>, fixes this problem.
Attachments (1)
Change History (3)
by , 12 years ago
| Attachment: | adapt_adt_attributes.patch added |
|---|
comment:1 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 12 years ago
| Milestone: | Boost-1.47.0 → Boost-1.46.0 |
|---|---|
| Version: | Boost 1.46.0 → Boost 1.45.0 |
Note:
See TracTickets
for help on using tickets.

fixed in [66644]