1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 10:42:36 +01:00

Update serialization.hpp

This commit is contained in:
Elad.Ash 2024-03-01 12:00:21 +02:00
parent 998f867c29
commit fc98f35ea7

View File

@ -567,7 +567,7 @@ public:
}
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())
{