mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
Improve bitwise serialization trait
This commit is contained in:
parent
9cbcce671d
commit
76bfe54c7e
7 changed files with 15 additions and 15 deletions
|
@ -29,7 +29,7 @@ namespace vm
|
|||
using type = T;
|
||||
using addr_type = std::remove_cv_t<AT>;
|
||||
|
||||
static constexpr bool enable_bitcopy = true;
|
||||
using enable_bitcopy = std::true_type;
|
||||
|
||||
_ptr_base() = default;
|
||||
|
||||
|
@ -228,7 +228,7 @@ namespace vm
|
|||
|
||||
public:
|
||||
using addr_type = std::remove_cv_t<AT>;
|
||||
static constexpr bool enable_bitcopy = true;
|
||||
using enable_bitcopy = std::true_type;
|
||||
|
||||
_ptr_base() = default;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue