noExplicitConstructor

This commit is contained in:
gtsoul-tech
2024-05-10 10:07:47 +03:00
parent 851de33405
commit 1986280b41
52 changed files with 245 additions and 204 deletions

View File

@@ -66,7 +66,7 @@ public:
}
}
bytecode_ptr(std::nullptr_t) {}
explicit bytecode_ptr(std::nullptr_t) {}
T *get() const { return ptr.get(); }