list.size() is determined at runtime, so using static_assert on it as suggested by the TODO comment is not feasible and produces the following error when done:
error: static assertion expression is not an integral constant expression
list.size() is determined at runtime, so using static_assert on it as suggested by the TODO comment is not feasible and produces the following error when done:
error: static assertion expression is not an integral constant expression
'list.size()' is determined at runtime, so using static_assert
on it as suggested by the TODO comment is not feasible and
produces the following error when done:
error: static assertion expression is not an integral constant expression
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--006a51241073e994b41acfe9ec718e94-->
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/32024.
<!--021abf342d371248e50ceaed478a90ca-->
See the guideline for information on the review process. A summary of reviews will appear here.
Thanks for your contribution but FuzzedDataProvider.h is not maintained by us. This should be opened against llvm: https://github.com/llvm/llvm-project/blob/main/compiler-rt/include/fuzzer/FuzzedDataProvider.h.