This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFH / Patch] PR 54191


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]