wownero/contrib/epee/include/storages
Martijn Otto 5002a0343f
Explicitly define copy assignment operator
The implicit copy assignment operator was deprecated because the class
has an explicit copy constructor. According to the standard:

The generation of the implicitly-defined copy assignment operator is
deprecated (since C++11) if T has a user-declared destructor or
user-declared copy constructor.

Recent versions of gcc (9.1+) and clang (10.0) warn about this.
2020-01-28 14:59:55 +01:00
..
crypted_storage.h year updated in license 2015-01-02 18:52:46 +02:00
gzipped_inmemstorage.h year updated in license 2015-01-02 18:52:46 +02:00
http_abstract_invoke.h daemon, wallet: new pay for RPC use system 2019-10-25 09:34:38 +00:00
levin_abstract_invoke2.h network: log traffic and add a simple traffic analysis script 2020-01-26 00:33:41 +00:00
parserse_base_utils.h epee: support unicode in parsed strings 2019-08-16 17:06:03 +00:00
portable_storage.h epee: better network buffer data structure 2018-12-23 16:46:07 +00:00
portable_storage_base.h Explicitly define copy assignment operator 2020-01-28 14:59:55 +01:00
portable_storage_bin_utils.h storages: fix "portable" storage on big endian 2019-09-04 14:53:57 +00:00
portable_storage_from_bin.h storages: fix "portable" storage on big endian 2019-09-04 14:53:57 +00:00
portable_storage_from_json.h epee: speedup word/number matching 2019-01-16 19:59:40 +00:00
portable_storage_template_helper.h epee: better network buffer data structure 2018-12-23 16:46:07 +00:00
portable_storage_to_bin.h storages: fix "portable" storage on big endian 2019-09-04 14:53:57 +00:00
portable_storage_to_json.h year updated in license 2015-01-02 18:52:46 +02:00
portable_storage_val_converters.h epee: some more minor JSON parsing speedup 2019-03-25 14:29:29 +00:00