#pragma once namespace utils { namespace flags { bool has_flag(const std::string& flag); } }