Fix libstdc++-v3/ChangeLog dates
From-SVN: r243299
This commit is contained in:
parent
1637d42545
commit
505326670f
@ -9,14 +9,14 @@
|
|||||||
Guard with #ifndef __cpp_lib_addressof_constexpr.
|
Guard with #ifndef __cpp_lib_addressof_constexpr.
|
||||||
(operator->()): Use std::__addressof if it's 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
|
* include/std/variant (visit): Make visit constexpr. Also cleanup
|
||||||
__get_alternative and __storage, since we don't support reference/void
|
__get_alternative and __storage, since we don't support reference/void
|
||||||
alternatives any more.
|
alternatives any more.
|
||||||
* testsuite/20_util/variant/compile.cc: Add tests.
|
* 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
|
* include/bits/enable_special_members.h: Make
|
||||||
_Enable_default_constructor constexpr.
|
_Enable_default_constructor constexpr.
|
||||||
@ -24,13 +24,13 @@
|
|||||||
std::hash): Sfinae on emplace and std::swap; handle __poison_hash bases
|
std::hash): Sfinae on emplace and std::swap; handle __poison_hash bases
|
||||||
of duplicated types.
|
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
|
* include/std/variant (std::get, operator==): Implement constexpr
|
||||||
comparison and get<>.
|
comparison and get<>.
|
||||||
* testsuite/20_util/variant/compile.cc: Tests.
|
* 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,
|
* include/std/variant (__erased_use_alloc_ctor,
|
||||||
_Variant_base::_Variant_base, variant::variant): Remove uses-allocator
|
_Variant_base::_Variant_base, variant::variant): Remove uses-allocator
|
||||||
|
Loading…
Reference in New Issue
Block a user