HerrCai0907 wrote:

> I'm not sure I understand this change. `std::span` is not a replacement for a 
> C array, since it does not own memory. I don't understand also the change 
> from suggesting to use `std::vector` instead of `std::array`

The C-Array in parameter also does not own memory. It is equivalent to pointer.

https://github.com/llvm/llvm-project/pull/108555
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to