mattkretz/wg21-papers

why `const const_where_expression&` instead of `const_where_expression&&`?

Opened this issue · 0 comments

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.