Opened 7 years ago
Closed 5 years ago
#11450 closed Bugs (fixed)
boost::spirit::multi_pass operators not const
Reported by: | Owned by: | Joel de Guzman | |
---|---|---|---|
Milestone: | To Be Determined | Component: | spirit |
Version: | Boost 1.58.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The operators !=, >, >= and <= of boost::spirit::multi_pass are not const when they clearly should be, like the operators == and < they use.
Change History (2)
comment:1 by , 5 years ago
comment:2 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in https://github.com/boostorg/spirit/pull/190 plus https://github.com/boostorg/spirit/pull/192