#include template <> bool is_empty(const std::string& val) { return val.empty(); }