Opened 10 years ago

Closed 10 years ago

#8186 closed Bugs (fixed)

boost/spirit/home/classic/utility/rule_parser.hpp:422 line ends with '\<whitespace>'

Reported by: rjw57@… Owned by: Joel de Guzman
Milestone: To Be Determined Component: spirit
Version: Boost 1.52.0 Severity: Problem
Keywords: trivial Cc:

Description

While stress-testing a C++ source parser I'm playing with, I noticed that trunk/boost/spirit/home/classic/utility/rule_parser.hpp:422 ends with a backslash and then whitespace which, formally, means that the preprocessor definition is broken (I think).

Fixing it is trivial: delete the two spaces at the end of the line.

Change History (1)

comment:1 by Joel de Guzman, 10 years ago

Resolution: fixed
Status: newclosed

(In [83367]) Fixes #8186

Note: See TracTickets for help on using tickets.