Opened 14 years ago
Closed 14 years ago
#1985 closed Bugs (fixed)
Missing ; in wave/samples/hannibal/translation_unit_parser.h
Reported by: | Owned by: | Hartmut Kaiser | |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | wave |
Version: | Boost 1.35.0 | Severity: | Problem |
Keywords: | hannibal | Cc: |
Description
The string_literal rule is missing a ; after it (around line 299). This only causes a compilation problem if the debug defines are uncommented in hannibal.cpp. (The member initializer list on lines 37 and 38 of that file could be reordered too to prevent a compiler warning.)
Note:
See TracTickets
for help on using tickets.
Fixed in SVN trunk. Thanks for reporting! Regards Hartmut