Opened 12 years ago
Closed 12 years ago
#5248 closed Bugs (fixed)
std_file_iterator Copies String Argument
Reported by: | Owned by: | Joel de Guzman | |
---|---|---|---|
Milestone: | To Be Determined | Component: | spirit |
Version: | Boost 1.45.0 | Severity: | Optimization |
Keywords: | Cc: |
Description
The Spirit.Classic std_file_iterator, which is still applicable with Spirit.Qi v2, copies the std::string constructor argument unnecessarily. The ctor parameter be std::string const &.
Change History (2)
comment:1 by , 12 years ago
Severity: | Problem → Optimization |
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [69546]) Fixed #5248: std_file_iterator Copies String Argument