summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/move.h
AgeCommit message (Expand)Author
2025-08-26libstdc++: Refactor bound arguments storage for bind_front/backTomasz Kamiński
2025-07-15libstdc++: Constrain std::swap using concepts in C++20Jonathan Wakely
2025-04-25libstdc++: Micro-optimization for std::addressofJonathan Wakely
2025-01-08libstdc++: Add always_inline to casting/forwarding functions in bits/move.hJonathan Wakely
2025-01-08libstdc++: Add Doxygen docs for std::forward_likeJonathan Wakely
2025-01-02Update copyright years.Jakub Jelinek
2024-12-18libstdc++: Have std::addressof use __builtin_addressofFrançois Dumont
2024-08-03libstdc++: use concrete return type for std::forward_likePatrick Palka
2024-01-11libstdc++/ranges: Use C++23 deducing this in _Pipe and _PartialPatrick Palka
2024-01-03Update copyright years.Jakub Jelinek
2023-11-16libstdc++: Only declare feature test macros in standard headersJonathan Wakely
2023-09-25libstdc++: Define C++23 std::forward_like (P2445R1)Jonathan Wakely
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović
2023-04-28libstdc++: Simplify preprocessor/namespace nesting in <bits/move.h>Jonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-01-21libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-10-01libstdc++: Add std::__conditional_t alias templateJonathan Wakely
2021-09-28libstdc++: Improve std::forward static assert messageJonathan Wakely
2021-04-06libstdc++: Add nodiscard attribute to cast-like functionsJonathan Wakely
2021-04-06libstdc++: Clarify static_assert messageJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-11-20libstdc++: _Rb_tree code cleanup, remove lambdasFrançois Dumont
2020-01-01Update copyright years.Jakub Jelinek
2019-10-29Add iterator concepts and range access customization points for C++20Jonathan Wakely
2019-08-14Implement C++20 p0879 - Constexpr for swap and swap related functions.Edward Smith-Rowland
2019-08-01Implement C++20 p0202 - Add Constexpr Modifiers to Functions in <algorithm> a...Edward Smith-Rowland
2019-05-02PR libstdc++/90314 fix non-equivalent declarations of std::swapJonathan Wakely
2019-04-29Use _GLIBCXX_NOEXCEPT_IF for std::swapJonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont
2017-01-01Update copyright years.Jakub Jelinek
2016-12-01Implement LWG 2766,Ville Voutilainen
2016-11-14Delete addressof for temporaries (LWG 2598)Jonathan Wakely
2016-10-10Implement constexpr std::addressof for C++17Jonathan Wakely
2016-07-15Replace references to C++0x with C++11 in commentsJonathan Wakely
2016-01-12libstdc++/68877 Reimplement std::__is_swappableDaniel Kruegler
2016-01-04Update copyright years.Jakub Jelinek
2015-06-05Add __is_nothrow_swappable and take it into use.Ville Voutilainen
2015-01-05Update copyright years.Jakub Jelinek
2014-09-22Make streams movable and swappable.Jonathan Wakely
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-06-01include/std/chrono: Collapse redundant 'inline' from 'inline constexpr'.Ed Smith-Rowland
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill
2012-10-18move.h (move_if_noexcept): Mark constexpr.Benjamin Kosnik
2011-12-04type_traits: Doxygen improvements.Jonathan Wakely
2011-08-28move.h (swap(_Tp(&)[_Nm], _Tp(&)[_Nm])): Remove workaround for c++/49045.Paolo Carlini
2011-08-11future: constexpr functions are implicitly inline.Paolo Carlini