[cfe-commits] r48541 - /cfe/trunk/include/clang/Rewrite/Rewriter.h

Gabor Greif gabor at mac.com
Wed Mar 19 17:22:02 PDT 2008


 >> Thanks, but the problem is that c_str() is slow :), please switch
 >> to &S[0] (which is the thing that doesn't work if S is empty)

wouldn't S.begin() serve better?

	Gabor

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20080320/76e47537/attachment.html>


More information about the cfe-commits mailing list