[PATCH] Refactor some operations in <string>

Marshall Clow mclow.lists at gmail.com
Tue Dec 3 12:07:48 PST 2013


Hoist a bunch of routines in <string> from member functions into inline stand alone functions, and have the member functions call them.
No functionality change intended.
The reason for this change is that the proposed <string_view> class has a very similar interface, and needs all the same functionality.

-- Marshall

Marshall Clow     Idio Software   <mailto:mclow.lists at gmail.com>

A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait).
        -- Yu Suzuki
-------------- next part --------------
A non-text attachment was scrubbed...
Name: string-helpers.patch
Type: application/octet-stream
Size: 12429 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131203/e3bb7a5f/attachment.obj>


More information about the cfe-commits mailing list