3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-12 20:18:20 +00:00
This commit is contained in:
Eddie Hung 2019-09-13 16:30:44 -07:00
parent 9a73adde50
commit 9a84e4711c

View file

@ -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.");