aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2018-01-15 15:02:01 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2018-01-15 15:02:01 +0000
commitb0e63d94835956810fa056dbb06ea3741a6862ed (patch)
treef81885153c710356b08af74123c4205b5ec3c234 /libstdc++-v3/ChangeLog
parente8f3b70ddb695c8f90fb076679de1b8edf04f1ef (diff)
downloadgcc-b0e63d94835956810fa056dbb06ea3741a6862ed.zip
gcc-b0e63d94835956810fa056dbb06ea3741a6862ed.tar.gz
gcc-b0e63d94835956810fa056dbb06ea3741a6862ed.tar.bz2
PR libstdc++/83830 Define std::has_unique_object_representations_v
PR libstdc++/83830 * include/std/type_traits (has_unique_object_representations_v): Add variable template. * testsuite/20_util/has_unique_object_representations/value.cc: Check variable template. From-SVN: r256701
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 92d96c4..572fbc6 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,11 @@
+2018-01-15 Jonathan Wakely <jwakely@redhat.com>
+
+ PR libstdc++/83830
+ * include/std/type_traits (has_unique_object_representations_v): Add
+ variable template.
+ * testsuite/20_util/has_unique_object_representations/value.cc: Check
+ variable template.
+
2018-01-15 Ville Voutilainen <ville.voutilainen@gmail.com>
Make optional conditionally