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