From b0e63d94835956810fa056dbb06ea3741a6862ed Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 15 Jan 2018 15:02:01 +0000 Subject: 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 --- libstdc++-v3/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libstdc++-v3/ChangeLog') 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 + + 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 Make optional conditionally -- cgit v1.1