[libcxx-commits] [PATCH] D60027: Add shift functions (P0769)
Eric Fiselier via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Apr 7 17:34:59 PDT 2019
EricWF added inline comments.
================
Comment at: include/algorithm:5806
+
+ for (unsigned __i = 0; __i < __n; ++__i, ++__first);
+
----------------
Can you write explicit braces to make it clear it's an empty loop?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60027/new/
https://reviews.llvm.org/D60027
More information about the libcxx-commits
mailing list