Skip to content

Commit 3d57170

Browse files
committed
removed TObjPtr's constructors that were reinstated for unknown reasons.
This class needs to be constructor-less so that even GCC accepts it as trivial.
1 parent b20f09a commit 3d57170

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/common/objects/dobjgc.h

-3
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,6 @@ class TObjPtr
214214
mutable DObject *o;
215215
};
216216
public:
217-
TObjPtr() = default;
218-
219-
TObjPtr(T t) : pp(t) {}
220217

221218
constexpr TObjPtr<T>& operator=(T q) noexcept
222219
{

0 commit comments

Comments
 (0)