On 10/04/2010 01:54 PM, Hyrum Wright wrote:
On Fri, Sep 24, 2010 at 4:30 PM, Blair Zajac<bl...@orcaware.com> wrote:
On 9/24/10 2:25 PM, hwri...@apache.org wrote:
Author: hwright
Date: Fri Sep 24 21:25:44 2010
New Revision: 1001084
All the methods that return a const std::string can return a non-const
std::string since the caller will get a copy of the string. This would also
prevent callers from modifying the returned string, which is odd.
Thanks for the review. I've addressed these two items in r1004422 and
r1004423, respectively.
Thanks!
Blair