This is the mail archive of the gcc-patches@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]

[libstdc++-v3] PATCH, RFC: implement is_trivially_default_constructible


This is my first shot at library patches. Do tell me if there's
anything massively
wrong. Tested on x86_64-linux.


2014-03-09  Ville Voutilainen  <ville.voutilainen@gmail.com>

Implement is_trivially_default_constructible.
* doc/xml/manual/status_cxx2011.xml: Remove mention of is_trivially_default_cons
tructible not being implemented
* include/std/type_traits (is_trivially_default_constructible): New.
* testsuite/20_util/is_trivially_default_constructible/value.cc: New.

Attachment: is_trivially_default_constructible.diff
Description: Text document


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