mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
vm::ptr conversion operator fixed
This commit is contained in:
parent
93dcd704c5
commit
b7d967361d
3 changed files with 32 additions and 25 deletions
|
@ -695,7 +695,7 @@ public:
|
|||
return *this;
|
||||
}
|
||||
|
||||
//template<typename CT> operator std::enable_if_t<std::is_convertible<type, CT>::value, CT>() const
|
||||
//template<typename CT, std::enable_if_t<std::is_convertible<type, CT>::value>> operator CT() const
|
||||
//{
|
||||
// return value();
|
||||
//}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue