Open mattkretz opened 6 years ago
Functions that take a const_where_expression argument should take it as rvalue reference, no? Otherwise, it seems we're endorsing the use of where_expression lvalues.
const_where_expression
where_expression
Functions that take a
const_where_expression
argument should take it as rvalue reference, no? Otherwise, it seems we're endorsing the use ofwhere_expression
lvalues.