diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/kernel/exclusive_state_groups.h | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/common/kernel/exclusive_state_groups.h b/common/kernel/exclusive_state_groups.h index 68ce7c4e..7d447ffe 100644 --- a/common/kernel/exclusive_state_groups.h +++ b/common/kernel/exclusive_state_groups.h @@ -125,7 +125,10 @@ template <size_t StateCount, typename StateType = int8_t, typename CountType = u          }      } -    template <typename StateRange> bool requires(const StateRange &state_range) const +    template <typename StateRange> +    bool +        requires(const StateRange &state_range) +    const      {          if (state < 0) {              return false; | 
