mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
[orbis-kernel] Add Ref(nullptr) constructor
This commit is contained in:
parent
6d3dc8d645
commit
34b27c271c
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue