[libcxx-commits] [PATCH] D80376: [libc++] [P1208] [C++20] Adopt source location from Library Fundamentals V3 for C++20.

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 22 00:37:30 PDT 2020


curdeius planned changes to this revision.
curdeius marked 2 inline comments as done.
curdeius added a comment.

Thanks for the review.



================
Comment at: libcxx/test/std/language.support/reflection.src_loc/fields/line.pass.cpp:37
+    std::source_location loc = std::source_location::current()) {
+  assert(loc.line() > __LINE__);
+
----------------
ldionne wrote:
> Inconsistent indentation.
I think that you mistaken it with the above line which parameter list, hence indented differently.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80376





More information about the libcxx-commits mailing list