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: | 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.
Note:
See TracTickets
for help on using tickets.
(In [83367]) Fixes #8186