]> gcc.gnu.org Git - gcc.git/commit - libstdc++-v3/include/std/type_traits
Implement std::has_unique_object_representations
authorJonathan Wakely <jwakely@redhat.com>
Fri, 7 Oct 2016 18:02:43 +0000 (19:02 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 7 Oct 2016 18:02:43 +0000 (19:02 +0100)
commit873c7d5ade8c018b0b2ab50c0ba232473bbf86ed
treee71c6c46a79ba8f847e8df15286bd5a09d096a79
parentc09c4992ac138656415fc108edcab8d643fc89bb
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.

From-SVN: r240868
libstdc++-v3/ChangeLog
libstdc++-v3/doc/xml/manual/status_cxx2017.xml
libstdc++-v3/include/std/type_traits
libstdc++-v3/testsuite/20_util/has_unique_object_representations/requirements/explicit_instantiation.cc [new file with mode: 0644]
libstdc++-v3/testsuite/20_util/has_unique_object_representations/requirements/typedefs.cc [new file with mode: 0644]
libstdc++-v3/testsuite/20_util/has_unique_object_representations/value.cc [new file with mode: 0644]
This page took 0.059177 seconds and 5 git commands to generate.