We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4840154 commit e28a662Copy full SHA for e28a662
src/cpp/expr2cpp.cpp
@@ -43,8 +43,6 @@ class expr2cppt:public expr2ct
43
const typet &src,
44
const qualifierst &qualifiers,
45
const std::string &declarator) override;
46
-
47
- typedef std::unordered_set<std::string, string_hash> id_sett;
48
};
49
50
std::string expr2cppt::convert_struct(
0 commit comments