
17 Jan
2010
17 Jan
'10
4:29 p.m.
Thorsten Ottosen wrote:
There are more changes that can be made to the interface in view of C++0x, especially move-semantics.
I suggest that we create that interface in a new namespace e.g. boost::cpp0x::algorithm.
What does move semantics, or even C++0x, bring that is new with regards to string algorithms? That means you can return by value without causing a copy, but that was already true anyway due to NRVO.