[libcxx-commits] [PATCH] D154227: [libc++] Enables constexpr string tests.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jun 30 08:41:01 PDT 2023


Mordante created this revision.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

These tests were disabled during constant evaluation in D90569 <https://reviews.llvm.org/D90569>. At that
time constexpr string was not implemented. It now is.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D154227

Files:
  libcxx/test/std/numerics/numeric.ops/accumulate/accumulate_op.pass.cpp
  libcxx/test/std/numerics/numeric.ops/adjacent.difference/adjacent_difference_op.pass.cpp
  libcxx/test/std/numerics/numeric.ops/inner.product/inner_product_comp.pass.cpp
  libcxx/test/std/numerics/numeric.ops/partial.sum/partial_sum_op.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154227.536276.patch
Type: text/x-patch
Size: 5926 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230630/999e6c37/attachment-0001.bin>


More information about the libcxx-commits mailing list