1 2 3 4 5 6 7
#include "compat/exception.hpp" namespace floormat { const char* exception::what() const noexcept { return buf.data(); } } // namespace floormat