- GCC didn't like this. :(

This commit is contained in:
Christoph Oelckers 2022-01-12 00:19:41 +01:00
parent 44e64a6a12
commit 26e9d33bfa

View file

@ -183,10 +183,6 @@ public:
TObjPtr() = default;
TObjPtr(const TObjPtr<T> &q) = default;
TObjPtr(T q) noexcept
: pp(q)
{
}
T operator=(T q)
{
pp = q;