#include #include namespace psemek::util { void not_implemented ( ) { throw std::runtime_error("Not implemented"); } }