Skip to content

Commit

Permalink
- temporarily address issue with GCC - ultimately this issue will nee…
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed Apr 17, 2024
1 parent 23efdf9 commit 6dcb8c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/common/objects/dobjgc.h
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,10 @@ class TObjPtr
mutable DObject *o;
};
public:
TObjPtr() = default;
// before doing a backend sync - this needs to be addressed: https://github.com/ZDoom/Raze/actions/runs/8727418834/job/23944876872
//TObjPtr() = default;

TObjPtr(T t) : pp(t) {}
//TObjPtr(T t) : pp(t) {}

constexpr TObjPtr<T>& operator=(T q) noexcept
{
Expand Down

0 comments on commit 6dcb8c0

Please sign in to comment.