mbs-octoml commented on code in PR #11481:
URL: https://github.com/apache/tvm/pull/11481#discussion_r890545366
##########
include/tvm/relay/expr_functor.h:
##########
@@ -240,6 +240,8 @@ class MixedModeVisitor : public ::tvm::relay::ExprVisitor {
*/
explicit MixedModeVisitor(int visit_limit = 1);
+ using ExprVisitor::VisitExpr_;
+
Review Comment:
More recent compilers complain about mixing overloading and overriding
without explicitly bringing all the overloaded virtuals into scope.
--
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]