mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-20 23:50:46 +01:00
[orbis-kernel] Add Ref(nullptr) constructor
This commit is contained in:
parent
6d3dc8d645
commit
34b27c271c
|
|
@ -48,6 +48,7 @@ template <typename T> class Ref {
|
|||
|
||||
public:
|
||||
Ref() = default;
|
||||
Ref(std::nullptr_t) {}
|
||||
|
||||
template <typename OT>
|
||||
requires(std::is_base_of_v<T, OT>)
|
||||
|
|
|
|||
Loading…
Reference in a new issue