Internals: Restyle with C++11 using replacing typedef

This commit is contained in:
Wilson Snyder
2021-03-12 18:10:45 -05:00
parent 404b323f8c
commit 3a55600913
76 changed files with 204 additions and 205 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
class CoverageVisitor final : public AstNVisitor {
private:
// TYPES
typedef std::set<int> LinenoSet;
using LinenoSet = std::set<int>;
struct ToggleEnt {
string m_comment; // Comment for coverage dump