Update C++2a library status table
[gcc.git] / libstdc++-v3 / include /
2019-07-11 Jonathan WakelyDefine std::atomic_ref and std::atomic<floating-point...
2019-07-06 Jonathan WakelyFix recent regression in __atomic_add_dispatch
2019-07-05 Jonathan WakelyFix ODR violations in code using <ext/atomicity.h>
2019-07-02 Jonathan WakelyFix preprocessor checks for Clang builtins
2019-06-26 Jonathan WakelyDefine std::chars_format enumeration type
2019-06-26 Jonathan WakelyAdd new helper traits for signed/unsigned integer types
2019-06-25 Jonathan WakelyFix non-portable use of std::abs(double) in constexpr...
2019-06-25 Jakub Jelinekpstl_config.h (_PSTL_PRAGMA_SIMD_SCAN, [...]): Define...
2019-06-24 Jonathan WakelyFix std::midpoint for denormal values
2019-06-20 Jonathan WakelyQualify calls to __never_valueless in <variant>
2019-06-19 Jonathan WakelyFix non-standard behaviour of std::istream_iterator
2019-06-19 Jonathan WakelyPR libstdc++/90920 restore previous checks for empty...
2019-06-19 Jonathan WakelyFix value category bugs in std::reduce
2019-06-18 Jonathan WakelyImplement new serial algorithms from Parallelism TS...
2019-06-18 Jonathan WakelyAvoid undefined behaviour in std::byte operators (LWG...
2019-06-17 Jonathan WakelyAdd 'noexcept' to std::lerp
2019-06-17 Jonathan WakelyPR libstdc++/90281 Fix string conversions for filesyste...
2019-06-17 François DumontSimplify node ownership in _Hashtable members
2019-06-14 Jonathan WakelyDisable -Wctor-dtor-privacy warnings for some standard...
2019-06-14 Jonathan WakelyAdd __cpp_lib_bind_front macro to <version> header
2019-06-12 Jonathan WakelyFix incorrect __cpp_lib_parallel_algorithm macro defini...
2019-06-12 Jonathan WakelyImprove static_assert messages for std::variant
2019-06-12 Jonathan WakelySimplify std::scoped_lock destructor
2019-06-12 Jonathan WakelyReplace std::to_string for integers with optimized...
2019-06-07 Thomas RodgersSynchronize libstdc++ PSTL with upstream LLVM PSTL
2019-06-06 Jonathan WakelyAvoid unnecessary inclusion of <stdexcept> header
2019-06-06 Jonathan WakelyRemove redundant static assertions in [meta.unary.prop...
2019-06-06 Jonathan WakelyRefactor SFINAE constraints on std::tuple constructors
2019-06-03 Jonathan WakelyFix uses of static_assert not guarded by C++11 check
2019-06-03 François DumontRename variables and cleanup comments.
2019-06-03 Jonathan WakelyEnforce allocator::value_type consistency for container...
2019-05-31 Jonathan WakelyAdd noexcept to tuple<> and simplify tuple<T1,T2> noexc...
2019-05-31 Jonathan WakelyRemove using-declarations that add std names to __gnu_cxx
2019-05-31 Antony PolukhinPR libstdc++/71579 assert that type traits are not...
2019-05-31 Jonathan WakelyFix random_device to work with COW strings again
2019-05-30 Nina Dinka RannsLWG2788 basic_string spurious use of a default construc...
2019-05-29 Jonathan WakelyPR libstdc++/85494 use rdseed and rand_s in std::random...
2019-05-28 Jonathan WakelyPR libstdc++/90634 reduce allocations in filesystem...
2019-05-24 Jonathan WakelyFix std::midpoint(T*, T*) for reversed arguments
2019-05-23 Jonathan WakelyLWG 2996 add rvalue overloads for shared_ptr aliasing...
2019-05-23 Jonathan WakelyLWG 2921 remove packaged_task constructors taking alloc...
2019-05-23 Jonathan WakelyMake any_cast compare typeinfo as well as function...
2019-05-23 Jonathan WakelyPR libstdc++/90220 fix experimental::any_cast for non...
2019-05-22 Jonathan WakelyPR libstdc++/77691 fix resource_adaptor failures due...
2019-05-21 Thomas RodgersLWG 3062 - Unnecessary decay_t in is_execution_policy_v
2019-05-20 Jonathan WakelyPR c++/90532 Ensure __is_constructible(T[]) is false
2019-05-20 Pádraig Bradystd::allocator::deallocate support sized-deallocation
2019-05-17 François Dumont2019-05-17 François Dumont <fdumont@gcc.gnu.org>
2019-05-17 Jonathan WakelyPR libstdc++/90246 Improve text of std::variant excepti...
2019-05-17 Jonathan WakelyFix uses of non-reserved names for template parameters
2019-05-17 Jonathan WakelyPR libstdc++/85965 move is_invocable assertions again
2019-05-17 Jonathan WakelyFix __invoke_r<void> to be valid in C++11
2019-05-17 Jonathan WakelyAdd missing piece of P0777R1 and update C++20 status...
2019-05-17 François DumontMove from state of allocators (LWG2593)
2019-05-16 Jonathan WakelyImplement sane variant converting constructor (P0608R3)
2019-05-16 Jonathan WakelyChanges to std::variant to reduce code size
2019-05-16 Jonathan WakelyReplace _Equal_helper with simpler class template
2019-05-16 Jonathan WakelyChange EBO accessors from static to non-static member...
2019-05-16 Jonathan WakelyRemove unnecessary non-const accessors in hash table...
2019-05-15 Jonathan WakelyQualify calls in std::visit and std::visit<R>
2019-05-14 Jonathan WakelyAdd __raw_visit and __raw_idx_visit, use INVOKE<R>
2019-05-14 Nina Dinka Rannsnonesuch is insufficiently useless (lwg2996)
2019-05-14 Jonathan WakelyUse INVOKE<R> in std::function, std::bind and std:...
2019-05-14 Jonathan WakelyDefine std::__invoke_r for INVOKE<R>
2019-05-14 Jonathan WakelyAdd __is_nothrow_convertible to fix std::is_nothrow_inv...
2019-05-14 Jonathan WakelyReduce header dependencies in <iterator>
2019-05-14 Jonathan WakelyRemoving unused, non-standard function in _Rb_tree
2019-05-14 Jonathan WakelyMake std::match_results::_M_resize more useful
2019-05-14 Jonathan WakelyPR libstdc++/69724 avoid temporary in std::thread const...
2019-05-14 Nina Dinka RannsInconsistency wrt Allocators in basic_string assignment...
2019-05-14 Jonathan WakelyLWG 2899 - Make is_move_constructible correct for uniqu...
2019-05-13 Jonathan WakelyPR libstdc++/90454.cc path construction from void*
2019-05-13 Jonathan WakelyRemove Profile Mode, deprecated since GCC 7.1
2019-05-13 Jonathan WakelyRemove array_allocator extension, deprecated since...
2019-05-11 François Dumontstl_bvector.h (operator==(const _Bit_iterator_base...
2019-05-10 Jonathan WakelyPR libstdc++/90397 fix std::variant friend declarations
2019-05-10 Jonathan WakelyPR libstdc++/90388 fix std::hash<unique_ptr<T,D>> bugs
2019-05-10 Jonathan WakelyImprove API docs for <memory> and <new>
2019-05-09 François Dumontstl_deque.h (operator==(const _Deque_iterator<>&, const...
2019-05-07 Jonathan WakelyImprove API docs for Filesystem TS and Networking TS
2019-05-07 Jonathan WakelyImprove API docs for std::pair
2019-05-07 Jonathan WakelyImprove API docs for <chrono> and <ratio>
2019-05-07 Jonathan WakelyPR libstdc++/89102 implement new common_type rules...
2019-05-07 Nina Dinka RannsMake allocator propagation more consistent for operator...
2019-05-07 Jonathan WakelyImprove API docs for std::regex
2019-05-04 Jonathan WakelyFix reference to wrong class in comment
2019-05-04 Jonathan WakelyImprove API docs for <system_error> header
2019-05-04 Jonathan WakelyFix std::hash<std::error_condition>
2019-05-04 François Dumonthashtable.h (_Hashtable<>::rehash): Review comment.
2019-05-03 Jonathan WakelyAvoid -Woverflow warning in __numeric_limits_integer
2019-05-02 Jonathan WakelyPR libstdc++/90314 fix non-equivalent declarations...
2019-05-02 Jonathan WakelyRemove redundant __constexpr_addressof function
2019-05-02 Jonathan WakelyImprove smart pointer docs
2019-05-02 Jonathan WakelyMiscellaneous API doc improvements
2019-05-02 Jonathan WakelyImprove docs for mutexes
2019-05-02 Jonathan WakelyImprove docs for C++17 Filesystem library
2019-05-02 Jonathan WakelyImprove docs for Networking TS
2019-05-02 Jonathan WakelyImprove docs for Library Fundamentals TS
2019-05-02 Jonathan WakelyImprove docs for Filesystem TS
2019-05-02 Jonathan WakelyImprove API docs for <memory> and <scoped_allocator>
next