mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-04 07:09:51 +00:00
Update shared_ptr.hpp
This commit is contained in:
parent
619aedb8d4
commit
f100b37f7d
1 changed files with 1 additions and 1 deletions
|
@ -607,7 +607,7 @@ namespace stx
|
||||||
static constexpr bool is_stx_pointer = false
|
static constexpr bool is_stx_pointer = false
|
||||||
|| is_instance_of<std::remove_cvref_t<T1>, shared_ptr>::value
|
|| is_instance_of<std::remove_cvref_t<T1>, shared_ptr>::value
|
||||||
|| is_instance_of<std::remove_cvref_t<T1>, single_ptr>::value
|
|| is_instance_of<std::remove_cvref_t<T1>, single_ptr>::value
|
||||||
|| is_instance_of<std::remove_cvref_t<T1>, atomic_ptr>::value;
|
|| is_instance_of<std::remove_cvref_t<T1>, atomic_ptr>::value
|
||||||
|| std::is_same_v<std::remove_cvref_t<T1>, null_ptr_t>;
|
|| std::is_same_v<std::remove_cvref_t<T1>, null_ptr_t>;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue