#include <map>
#include <memory>
#include <mutex>
+#include <random>
#include <stdexcept>
#include <sstream>
#include <string>
return o << "[" << implode(a, ", ") << "]";
}
-#include "verify.h"
-#include "threaded_log.h"
+#include <cstdlib>
+#define VERIFY(expr) { if (!(expr)) abort(); }
// struct tuple adapter, useful for marshalling and endian swapping. usage:
//