This commit is contained in:
Eddie Hung 2019-09-13 16:30:44 -07:00
parent 9a73adde50
commit 9a84e4711c
1 changed files with 1 additions and 1 deletions

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