#include #include "logger.hh" namespace { std::string longstring(unsigned length) { std::string s; s.reserve(length); for(unsigned u=0; u