mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-18 02:00:36 +03:00
noExplicitConstructor
This commit is contained in:
@@ -66,7 +66,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
bytecode_ptr(std::nullptr_t) {}
|
||||
explicit bytecode_ptr(std::nullptr_t) {}
|
||||
|
||||
T *get() const { return ptr.get(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user