13 #ifndef __STOUT_UNREACHABLE_HPP__
14 #define __STOUT_UNREACHABLE_HPP__
22 #define UNREACHABLE() Unreachable(__FILE__, __LINE__)
27 std::cerr <<
"Reached unreachable statement at " << file <<
':'
33 #endif // __STOUT_UNREACHABLE_HPP__
NORETURN void Unreachable(const char *file, int line)
Definition: unreachable.hpp:25
URI file(const std::string &path)
Creates a file URI with the given path on the local host.
Definition: file.hpp:33
#define NORETURN
Definition: attributes.hpp:20