[libcxx-commits] [PATCH] D90999: [libc++] Implements ranges::enable_borrowed_range

Thorsten via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Nov 7 22:26:07 PST 2020


tschuett added inline comments.


================
Comment at: libcxx/include/ranges:325
+namespace ranges
+{
+
----------------
Why is the curly bracket not at the end of the line above?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90999/new/

https://reviews.llvm.org/D90999



More information about the libcxx-commits mailing list