monero/contrib/epee
Jeffrey 2499269696 Remove to_nonconst_iterator.h and Refactor
This was mostly the same as the other commits, but there was actually one reference to
the functions in to_nonconst_iterator.h in http_protocol_handler.inl. All the other
files modified in this commit were to remove extraneous includes of to_nonconst_iterator.h.

In http_protocol_handler.inl, to_nonsonst_iterator() (misspelled?) was used to convert a
string::const_iterator to a nonconst iterator in order to use it in a call to
string::erase(). However, this in not necessary as of C++11, so I removed the conversion
altogether.
2022-02-11 15:02:45 -06:00
..
demo cmake: set 3.5 as minimum version 2021-04-27 11:02:05 +02:00
include Remove to_nonconst_iterator.h and Refactor 2022-02-11 15:02:45 -06:00
src Removed unused functions from file_io_utils 2022-02-10 18:41:29 -06:00
tests cmake: set required C/C++ standard to 11 2021-09-16 10:44:25 +02:00
CMakeLists.txt Update copyright year to 2020 2020-05-06 22:36:54 -04:00
LICENSE.txt year updated in license 2015-01-02 18:52:46 +02:00
README.md year updated in license 2015-01-02 18:52:46 +02:00

epee - is a small library of helpers, wrappers, tools and and so on, used to make my life easier.