dogecoin/src/support
Dan Raviv 2a07f878a8 Refactor: Modernize disallowed copy constructors/assignment
Use C++11's better capability of expressing an interface of a non-copyable class by publicly deleting its copy ctor and assignment operator instead of just declaring them private.
2017-09-16 13:06:05 +03:00
..
allocators Merge #10965: Replace deprecated throw() with noexcept specifier (C++11) 2017-08-16 02:29:18 +02:00
cleanse.cpp Switch memory_cleanse implementation to BoringSSL's to ensure memory clearing even with link-time optimization. 2017-09-06 13:46:11 -07:00
cleanse.h [wallet] Securely erase potentially sensitive keys/values 2017-05-03 11:35:51 -07:00
events.h scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-07 07:36:37 +02:00
lockedpool.cpp scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal instead of the macro NULL 2017-08-07 07:36:37 +02:00
lockedpool.h Refactor: Modernize disallowed copy constructors/assignment 2017-09-16 13:06:05 +03:00