wownero/src/serialization
Tom Smeding 5d2fdc2e8c serialization: Use pos_type instead of streampos
According to [1], the ios_base::streampos member type is deprecated, and
removed in C++17. This type was an alias for pos_type, which this commit
uses instead.

[1]: https://en.cppreference.com/w/cpp/io/ios_base
2019-02-01 16:44:55 +01:00
..
CMakeLists.txt
binary_archive.h serialization: Use pos_type instead of streampos 2019-02-01 16:44:55 +01:00
binary_utils.h
container.h
crypto.h
debug_archive.h
deque.h
json_archive.h json_archive: initialize inner_array_size in ctor 2018-11-15 16:33:51 +00:00
json_object.cpp Pruning 2019-01-22 20:30:51 +00:00
json_object.h Update ZMQ fee estimate and add ZMQ output distribution 2018-10-23 23:46:31 -04:00
json_utils.h
list.h
pair.h
serialization.h tx_pool: avoid parsing a whole tx if only the prefix is needed 2018-10-08 10:18:01 +00:00
set.h
string.h
unordered_set.h
variant.h
vector.h