serialization.hpp: Fixes

This commit is contained in:
Eladash 2021-06-10 18:34:35 +03:00 committed by Ivan
parent 696be6aacd
commit 0628a5d931
7 changed files with 68 additions and 48 deletions

View file

@ -29,6 +29,8 @@ namespace vm
using type = T;
using addr_type = std::remove_cv_t<AT>;
static constexpr bool enable_bitcopy = true;
_ptr_base() = default;
_ptr_base(vm::addr_t addr)
@ -226,6 +228,7 @@ namespace vm
public:
using addr_type = std::remove_cv_t<AT>;
static constexpr bool enable_bitcopy = true;
_ptr_base() = default;