DarkSharpness opened a new pull request, #218:
URL: https://github.com/apache/tvm-ffi/pull/218

   According to 
[cppreference](https://en.cppreference.com/w/cpp/named_req/InputIterator.html), 
the return type of the dereferenced iterator must be equivalent to the 
`reference_type`.
   
   Before this PR, the IterAdapter does not adhere to legacy iterator, which 
may potentially leads to undefined behavior when used with STL. We just fix 
this in this PR.
   


-- 
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]

Reply via email to