mirror of https://github.com/YosysHQ/yosys.git
Spacing
This commit is contained in:
parent
9a73adde50
commit
9a84e4711c
|
@ -135,7 +135,7 @@ struct SigPool
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
template <typename T, class Compare=void>
|
template <typename T, class Compare = void>
|
||||||
struct SigSet
|
struct SigSet
|
||||||
{
|
{
|
||||||
static_assert(!std::is_same<Compare,void>::value, "Default value for `Compare' class not found for SigSet<T>. Please specify.");
|
static_assert(!std::is_same<Compare,void>::value, "Default value for `Compare' class not found for SigSet<T>. Please specify.");
|
||||||
|
|
Loading…
Reference in New Issue