You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unnecessary in C++11 c_str() calls (microsoft#5932)
While theoratically required in pre-C++11 to avoid re-allocation upon
call, C++11 guarantees that c_str() returns a pointer to the internal
array so pre-calling c_str() is no longer required.
llvm-svn: 242983
---------
Co-authored-by: Yaron Keren <[email protected]>
0 commit comments