Reorganize source files

This commit is contained in:
Vinnie Falco
2016-04-19 20:29:16 -04:00
parent 2cb3834bbb
commit 4469ff4b9a
422 changed files with 4031 additions and 13217 deletions

View File

@@ -28,10 +28,6 @@
#include <utility>
#include <typeinfo>
#include <beast/streams/debug_ostream.h>
#include <mutex>
#include <unordered_map>
namespace ripple {
namespace detail {
@@ -49,16 +45,6 @@ private:
std::aligned_storage<72>::type d_;
STBase* p_ = nullptr;
struct Log
{
std::mutex mutex_;
std::unordered_map<
std::size_t, std::size_t> map_;
~Log();
void operator() (std::size_t n);
};
public:
~STVar();
STVar (STVar const& other);