This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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: [PATCH v3] Provide a C++ version of iseqsig


On Tue, 14 Nov 2017, Florian Weimer wrote:

> Would these two expressions have the same types, assuming _T1 and _T2 are the
> template parameters from the iseqsig definition?
> 
>   __MATH_EVAL_FMT2 (__x, __y)
>   __MATH_EVAL_FMT2 (_T1 (), _T2 ())

Yes, they should always have the same type.

-- 
Joseph S. Myers
joseph@codesourcery.com


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