[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 Jun 19 01:34:51 PDT 2020
curdeius added inline comments.
================
Comment at: libcxx/test/libcxx/language.support/support.srcloc/source_location.pass.cpp:23
+
+constexpr bool test() {
+ using SV = std::string_view;
----------------
Note to myself: add a test verifying `assert(sizeof(source_location) == sizeof(void*))`.
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