[libcxx-commits] [PATCH] D90569: [RFC] [libc++] P1645 constexpr for <numeric>
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 18 10:24:01 PST 2020
Mordante updated this revision to Diff 306144.
Mordante added a comment.
Added an updated test for `libcxx/test/std/numerics/numeric.ops/exclusive.scan/exclusive_scan.pass.cpp`.
Since this tests uses `std::vector` which can't be used as `constexpr` in libc++ at the moment I took a different approach. Several other tests have the same issue. @ldionne can you have a look only at this test before I proceed?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90569/new/
https://reviews.llvm.org/D90569
Files:
libcxx/docs/FeatureTestMacroTable.rst
libcxx/include/numeric
libcxx/include/version
libcxx/test/std/language.support/support.limits/support.limits.general/numeric.version.pass.cpp
libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
libcxx/test/std/numerics/numeric.ops/accumulate/accumulate.pass.cpp
libcxx/test/std/numerics/numeric.ops/exclusive.scan/exclusive_scan.pass.cpp
libcxx/utils/generate_feature_test_macro_components.py
libcxx/www/cxx2a_status.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90569.306144.patch
Type: text/x-patch
Size: 14002 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201118/5c2f3ff4/attachment-0001.bin>
More information about the libcxx-commits
mailing list