Compare commits
2 Commits
e0b673e4e2
...
0aee7de352
Author | SHA1 | Date |
---|---|---|
Johannes Kapfhammer | 0aee7de352 | |
Johannes Kapfhammer | bbb14ef3df |
|
@ -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() {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue