diff --git a/include/bits/soi-dbg.hpp b/include/bits/soi-dbg.hpp index f59fb0f..2935f21 100644 --- a/include/bits/soi-dbg.hpp +++ b/include/bits/soi-dbg.hpp @@ -83,6 +83,8 @@ inline std::string sanitize_type(std::string s) { f("__cxx11::", ""); f("basic_string ", "string"); f("basic_string", "string"); + f("basic_string, allocator ", "string"); + f("basic_string, allocator", "string"); f("long int", "int"); return s; }