[libcxx-commits] [PATCH] D127978: [libc++][test] Replaces TEST_IS_CONSTANT_EVALUATED.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 20 12:34:28 PDT 2022


ldionne added inline comments.


================
Comment at: libcxx/test/std/strings/basic.string/string.modifiers/string_assign/T_size_size.pass.cpp:22
 
 template <class S, class SV>
 TEST_CONSTEXPR_CXX20 void
----------------
I think this is effectively what we want, unfortunately it makes the code pretty damn ugly because we would have to forward this `bool` across all function calls.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127978



More information about the libcxx-commits mailing list