Opened 12 years ago

Closed 12 years ago

#5247 closed Bugs (fixed)

mmap_file_iterator Copies String Argument

Reported by: Rob Stewart <robert.stewart@…> Owned by: Joel de Guzman
Milestone: To Be Determined Component: spirit
Version: Boost 1.45.0 Severity: Optimization
Keywords: Cc:

Description

The Spirit.Classic mmap_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 Rob Stewart <robert.stewart@…>, 12 years ago

Severity: ProblemOptimization

comment:2 by Hartmut Kaiser, 12 years ago

Resolution: fixed
Status: newclosed

(In [69546]) Fixed #5247: mmap_file_iterator Copies String Argument

Note: See TracTickets for help on using tickets.