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] LWG 2408. SFINAE-friendly common_type/iterator_traits is missing in C++14


On Tue, 11 Nov 2014, Jonathan Wakely wrote:

+  template<typename _Iterator, typename = __void_t<>>

Is there a particular reason not to write "void" directly?

--
Marc Glisse


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