This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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] Use variadic templates for tr1::is_function


Doug Gregor wrote:
So, we end up stripping off the argument types (_Argtypes...) that are passed to the _Functor, and only _Functor gets passed on to _Weak_result_type_impl.
Ok, but _Functor can't be a function type, only a pointer to function, etc., and that specific specialization in my previous message matches plain functions, or?

Paolo.



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