On 08/08/2012 01:57 PM, Paolo Carlini wrote:
this also triggers the static_assert. Really, in 'decltype(B{declval<From>()})' almost *everything* is Ok between the curly brackets. Maybe we should have a separate PR for this.And I think this issue is addressed by the ongoing work on instantiation dependency, thus C++/51222 etc.
AFAICS, the most uncertain case is the conditional operator test, otherwise we could split the PR.
Paolo.