monero/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
..
binary_archive.h serialization: Use pos_type instead of streampos 2019-02-01 16:44:55 +01:00
binary_utils.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
CMakeLists.txt Readd copyright starting date 2018-01-26 10:03:20 -05:00
container.h factor STL container serialization 2017-12-22 19:47:12 +00:00
crypto.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
debug_archive.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
deque.h factor STL container serialization 2017-12-22 19:47:12 +00:00
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 Update 2018 copyright 2018-01-26 10:03:20 -05:00
list.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
pair.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
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 Update 2018 copyright 2018-01-26 10:03:20 -05:00
string.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
unordered_set.h factor STL container serialization 2017-12-22 19:47:12 +00:00
variant.h Correct spelling mistakes. 2018-03-05 17:00:40 +00:00
vector.h Update 2018 copyright 2018-01-26 10:03:20 -05:00