This is the mail archive of the gcc@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: Function return type depends on its recursive invocation


On 26 July 2012 20:36, Simone Pellegrini wrote:
> Hello,
> I was experimenting with trailer function return types together with
> decltype to define a function whose return type depends on the recursive
> invocation of the function itself.

This question is not appropriate for this mailing list, which is for
discussing development of GCC, not questions about using GCC or
questions about C++.

Your question would be more appropriate for the gcc-help list or
better yet, on a more general forum for C++ questions, such as
Stackoverflow, where you'll find your question answered already e.g.
http://stackoverflow.com/questions/11596898/variadic-template-and-inferred-return-type-in-concat/11597196#11597196


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