This is the mail archive of the libstdc++-cvs@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]

r240868 - in /trunk/libstdc++-v3: ChangeLog doc...


Author: redi
Date: Fri Oct  7 18:02:43 2016
New Revision: 240868

URL: https://gcc.gnu.org/viewcvs?rev=240868&root=gcc&view=rev
Log:
Implement std::has_unique_object_representations

	* doc/xml/manual/status_cxx2017.xml: Update status.
	* include/std/type_traits (has_unique_object_representations): Define.
	* testsuite/20_util/has_unique_object_representations/value.cc: New.
	* testsuite/20_util/has_unique_object_representations/requirements/
	explicit_instantiation.cc: New.
	* testsuite/20_util/has_unique_object_representations/requirements/
	typedefs.cc: New.

Added:
    trunk/libstdc++-v3/testsuite/20_util/has_unique_object_representations/
    trunk/libstdc++-v3/testsuite/20_util/has_unique_object_representations/requirements/
    trunk/libstdc++-v3/testsuite/20_util/has_unique_object_representations/requirements/explicit_instantiation.cc
    trunk/libstdc++-v3/testsuite/20_util/has_unique_object_representations/requirements/typedefs.cc
    trunk/libstdc++-v3/testsuite/20_util/has_unique_object_representations/value.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
    trunk/libstdc++-v3/include/std/type_traits


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