estan added a comment.

Alright, yea I'll see what using std::array would mean for our code. In many 
cases we are just using plain arrays currently, and often they are just a way 
to get data in/out of these APIs (and for the out direction, we quickly go on 
to saving the data we got out into something else, like a class of our own). 
I'll think some about it, perhaps you are right and the exception (would make 
it an option of course) is not worth it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88833

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to