junrushao opened a new pull request, #361: URL: https://github.com/apache/tvm-ffi/pull/361
Introduced by #286, where `CaptureTuple`, i.e. `CaptureTupleAux<PackedArgs>::type`, is defined as: ``` std::tuple<std::optional<std::decay_t<Args>>...> ``` and star access to its `std::optional` is indeed unchecked but intended. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
