#pragma once #include #include struct mangler { std::map occurence_count; std::string new_mangled_name(const std::string& str); };