Opened 6 years ago
Closed 5 years ago
#12366 closed Bugs (fixed)
useless `struct identity` in rule.hpp
| Reported by: | Owned by: | Joel de Guzman | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | spirit | 
| Version: | Boost 1.61.0 | Severity: | Cosmetic | 
| Keywords: | Cc: | 
Description
Grepping for identity in:
https://github.com/boostorg/spirit/blob/develop/include/boost/spirit/home/x3/nonterminal/rule.hpp
got only 1 hit. Shouldn't it be removed if there no use for it?
Change History (4)
comment:1 by , 6 years ago
| Component: | None → spirit | 
|---|---|
| Owner: | set to | 
comment:2 by , 6 years ago
comment:4 by , 5 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    
Thanks. How about a PR for this?