Opened 14 years ago

Closed 14 years ago

#1985 closed Bugs (fixed)

Missing ; in wave/samples/hannibal/translation_unit_parser.h

Reported by: Ainsley Pereira <boostbug@…> 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.)

Change History (1)

comment:1 by Hartmut Kaiser, 14 years ago

Resolution: fixed
Status: newclosed

Fixed in SVN trunk. Thanks for reporting! Regards Hartmut

Note: See TracTickets for help on using tickets.