Change 14769
ShadauxCat
committed this change
into
//guest/ShadauxCat/Sprawl/Mainline
under Review
14770
View Review
Download .zip
Added string literal to allow format strings to be used in a way that's closer to python:
"{} {} {}"_format(foo, bar, baz);
.format() would be great, but not possible; _format() is almost as good.
#review-14770
Files
2
Comments
0
2
edited
0
added
0
deleted
•
UnitTests/UnitTests_String.cpp#4
Loading...
string/String.hpp#7
Loading...
Tip: Use
n
and
p
to cycle through the changes.