oxen-core/src/checkpoints
Jason Rhinelander 52838aa5b2 "Remove namespace pollution" << ENDL
Removes all "using namespace epee;" and "using namespace std;" from the
code and fixes up the various crappy places where unnamespaced types
were being used.

Also removes the ENDL macro (which was defined to be `std::endl`)
because it is retarded, and because even using std::endl instead of a
plain "\n" is usually a mistake (`<< std::endl` is equivalent to `<<
"\n" << std::flush`, and that explicit flush is rarely desirable).
2020-05-11 18:44:45 -03:00
..
checkpoints.cpp "Remove namespace pollution" << ENDL 2020-05-11 18:44:45 -03:00
checkpoints.h Distinguish pop_blocks from reorg in detach hook 2019-10-16 10:25:04 +11:00
CMakeLists.txt cmake modernization 2020-03-06 00:36:57 -04:00