mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +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
|
||||
|| 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>, 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>;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Reference in a new issue