diff options
Diffstat (limited to 'src/normal.cc')
| -rw-r--r-- | src/normal.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normal.cc b/src/normal.cc index 0ee22f59..03826487 100644 --- a/src/normal.cc +++ b/src/normal.cc @@ -1261,7 +1261,7 @@ enum class SelectFlags Extend = 4 }; -template<> struct WithBitOps<SelectFlags> : std::true_type {}; +constexpr bool with_bit_ops(Meta::Type<SelectFlags>) { return true; } template<SelectFlags flags> void select_to_next_char(Context& context, NormalParams params) |
