[libcxx-commits] [PATCH] D73552: White space only change: reflow a comment in basic_string
Martijn Vels via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jan 30 17:09:20 PST 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG282b803b6297: White space only change: reflow a comment in basic_string (authored by mvels).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73552/new/
https://reviews.llvm.org/D73552
Files:
libcxx/include/string
Index: libcxx/include/string
===================================================================
--- libcxx/include/string
+++ libcxx/include/string
@@ -2858,8 +2858,8 @@
}
traits_type::move(__p + __pos, __s, __n2);
__finish:
-// __sz += __n2 - __n1; in this and the below function below can cause unsigned integer overflow,
-// but this is a safe operation, so we disable the check.
+// __sz += __n2 - __n1; in this and the below function below can cause unsigned
+// integer overflow, but this is a safe operation, so we disable the check.
__sz += __n2 - __n1;
__set_size(__sz);
__invalidate_iterators_past(__sz);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73552.241611.patch
Type: text/x-patch
Size: 662 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200131/b1b2d793/attachment.bin>
More information about the libcxx-commits
mailing list