Skip to content

Commit 3b5a01c

Browse files
Tal500Tal Hadad
authored andcommitted
tidy fix
1 parent 18620e2 commit 3b5a01c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

simplecpp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3297,7 +3297,7 @@ static void safeInsertTokenListToMap(std::map<std::string, simplecpp::TokenList
32973297
if (!inserted) {
32983298
std::cerr << "error in " << contextDesc << " - attempt to add a tokenized file to the file map, but this file is already in the map! Details:" <<
32993299
"header: " << header << " header2: " << header2 << " source: " << sourcefile << " systemheader: " << systemheader << std::endl;
3300-
abort();
3300+
std::abort();
33013301
}
33023302
}
33033303

0 commit comments

Comments
 (0)