junrushao1994 commented on a change in pull request #8544:
URL: https://github.com/apache/tvm/pull/8544#discussion_r676004733
##########
File path: include/tvm/tir/schedule/block_scope.h
##########
@@ -255,14 +255,14 @@ class BlockScopeNode : public Object {
class BlockScope : public ObjectRef {
public:
/*! \brief The constructor creating an empty block scope with on dependency
information */
- TVM_DLL BlockScope();
+ TVM_DLL explicit BlockScope();
Review comment:
No explicit is needed on empty constructor
--
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]