Opened 7 years ago
Closed 7 years ago
#11952 closed Bugs (fixed)
Missing `attribute_type` in boost spirit x3 parser
Reported by: | Owned by: | Joel de Guzman | |
---|---|---|---|
Milestone: | To Be Determined | Component: | spirit |
Version: | Boost 1.60.0 | Severity: | Problem |
Keywords: | binary parser | Cc: |
Description
Unless I am mistaken, this is supposed to be well formed.
Unfortunately it fails to compile on both gcc and clang, the reason seems to be a missing typedef unused_type attribute_type
in binary_lit_parser
.
Note:
See TracTickets
for help on using tickets.
fixed in develop.