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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 25 11:14:50 PDT 2020


ldionne added inline comments.


================
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__);
+
----------------
curdeius wrote:
> ldionne wrote:
> > Inconsistent indentation.
> I think that you mistaken it with the above line which parameter list, hence indented differently.
Agreed, please disregard that comment.


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