Compare commits

..

No commits in common. "0aee7de3527a596fca5f2c2da36eccecbacf48b0" and "e0b673e4e2f09dbb152dda6e71890cfc17733e2e" have entirely different histories.

2 changed files with 1 additions and 2 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,7 +81,6 @@ 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;