mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
Update serialization.hpp
This commit is contained in:
parent
998f867c29
commit
fc98f35ea7
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ public:
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename T> requires (std::is_copy_constructible_v<T> && std::is_constructible_v<T> && Bitcopy<T>)
|
template <typename T> requires (std::is_copy_constructible_v<T> && std::is_constructible_v<T> && Bitcopy<T>)
|
||||||
6 std::pair<bool, T> try_read()
|
std::pair<bool, T> try_read()
|
||||||
{
|
{
|
||||||
if (is_writing())
|
if (is_writing())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue