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

   ## Why
   - Using refl::init<Any>() to define a constructor that takes Any fails to 
compile
   - The reflection system converts Any to Any&& internally
   - No Type2Str<Any&&> specialization existed to handle this case
   
   ## How
   - Added Type2Str<Any&&> specialization in any.h
   - Added forward declaration of Any in type_traits.h
   


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