Closed mattkretz closed 6 years ago
~where(mask, v) seems to be a useful operation. But there's no operator~() const in const_where_expression. I can't recall a conscious decision to leave it out.
~where(mask, v)
operator~() const
const_where_expression
done in D0214R9
~where(mask, v)
seems to be a useful operation. But there's nooperator~() const
inconst_where_expression
. I can't recall a conscious decision to leave it out.