diff mbox

[Patches] Add variant constexpr support for visit, comparisons and get

Message ID 20161206124934.GK6326@redhat.com
State New
Headers show

Commit Message

Jonathan Wakely Dec. 6, 2016, 12:49 p.m. UTC
On 06/12/16 03:52 -0800, Tim Shen wrote:
>On Tue, Dec 6, 2016 at 2:30 AM, Jonathan Wakely wrote:

>> This looks good - OK for trunk, thanks!

>

>Committed.

>

>Thanks!


ChangeLog dates fixed by this patch.
diff mbox

Patch

commit c3651cf0403b826414b8376bb29b4757530f4eec
Author: redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Date:   Tue Dec 6 12:48:54 2016 +0000

    Fix libstdc++-v3/ChangeLog dates
    
    git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@243299 138bc75d-0d04-0410-961f-82ee72b054a4

diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 47e9abf..b8edb7b 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -9,14 +9,14 @@ 
 	Guard with #ifndef __cpp_lib_addressof_constexpr.
 	(operator->()): Use std::__addressof if it's constexpr.
 
-2016-11-27  Tim Shen  <timshen@google.com>
+2016-12-06  Tim Shen  <timshen@google.com>
 
 	* include/std/variant (visit): Make visit constexpr. Also cleanup
 	__get_alternative and __storage, since we don't support reference/void
 	alternatives any more.
 	* testsuite/20_util/variant/compile.cc: Add tests.
 
-2016-12-07  Tim Shen  <timshen@google.com>
+2016-12-06  Tim Shen  <timshen@google.com>
 
 	* include/bits/enable_special_members.h: Make
 	_Enable_default_constructor constexpr.
@@ -24,13 +24,13 @@ 
 	std::hash): Sfinae on emplace and std::swap; handle __poison_hash bases
 	of duplicated types.
 
-2016-12-07  Tim Shen  <timshen@google.com>
+2016-12-06  Tim Shen  <timshen@google.com>
 
 	* include/std/variant (std::get, operator==): Implement constexpr
 	comparison and get<>.
 	* testsuite/20_util/variant/compile.cc: Tests.
 
-2016-12-07  Tim Shen  <timshen@google.com>
+2016-12-06  Tim Shen  <timshen@google.com>
 
 	* include/std/variant (__erased_use_alloc_ctor,
 	_Variant_base::_Variant_base, variant::variant): Remove uses-allocator