PR42108 Consistently diagnose binding a reference template parameter to
a temporary. We previously failed to materialize a temporary when performing an implicit conversion to a reference type, resulting in our thinking the argument was a value rather than a reference in some cases.
Loading
Please sign in to comment