Compare commits

...

2 Commits

2 changed files with 2 additions and 1 deletions

View File

@ -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 <soi>
signed main() {

View File

@ -81,6 +81,7 @@ std::string sanitize_type(std::string s) {
f("std::", "");
f("__debug::", "");
f("__cxx11::", "");
f("basic_string<char> ", "string");
f("basic_string<char>", "string");
f("long int", "int");
return s;