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] Implement std::experimental::variant


On 08/06/16 22:12 -0700, Tim Shen wrote:
I just realized that <type_traits> doesn't define aliases like
is_same_v, is_default_constructible_v, etc. Are they going to be in
C++17? Should I add them to <type_traits> as well?

Yes, C++17 adds those to namespace std.

I think Ville was talking about doing some of that work, please
co-ordinate with him so you don't duplicate effort - thanks!


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