diff --git a/example.cpp b/example.cpp index c124bcf..fe39e85 100644 --- a/example.cpp +++ b/example.cpp @@ -1,4 +1,4 @@ -// -*- compile-command: "g++ -Iinclude -D_GLIBCXX_DEBUG -fsanitize=address,undefined -g3 -ggdb3 -std=c++17 example.cpp -o example && SOI_H_COLOR=1 SOI_H_EOFCHECK=1 ./example <<< ''" -*- +// compile-command: "g++ -Iinclude -D_GLIBCXX_DEBUG -fsanitize=address,undefined -g3 -ggdb3 -std=c++17 example.cpp -o example && SOI_H_COLOR=1 SOI_H_EOFCHECK=1 ./example <<< ''" #include signed main() { diff --git a/include/bits/soi-dbg.hpp b/include/bits/soi-dbg.hpp index d580601..f9ae4b5 100644 --- a/include/bits/soi-dbg.hpp +++ b/include/bits/soi-dbg.hpp @@ -81,7 +81,6 @@ std::string sanitize_type(std::string s) { f("std::", ""); f("__debug::", ""); f("__cxx11::", ""); - f("basic_string ", "string"); f("basic_string", "string"); f("long int", "int"); return s;