mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 16:28:53 +02:00
Internals: Restyle with C++11 using replacing typedef
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user