1
0
Fork 0
forked from lthn/blockchain

KV_ENABLE_POD_SERIALIZATION_AS_HEX fixed

This commit is contained in:
sowle 2022-10-05 20:49:13 +02:00
parent ea1dbabb9d
commit 452047cb88
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -47,7 +47,7 @@ namespace epee \
bool r = kv_unserialize(s, stg, hparent_section, pname); \
if (r) \
{ \
d = epee::transform_str_to_t_pod<decltype(d)>(s); \
d = epee::transform_str_to_t_pod<type_name>(s); \
} \
return r; \
} \