index
:
gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
include
/
bits
/
move.h
Age
Commit message (
Expand
)
Author
2025-08-26
libstdc++: Refactor bound arguments storage for bind_front/back
Tomasz Kamiński
2025-07-15
libstdc++: Constrain std::swap using concepts in C++20
Jonathan Wakely
2025-04-25
libstdc++: Micro-optimization for std::addressof
Jonathan Wakely
2025-01-08
libstdc++: Add always_inline to casting/forwarding functions in bits/move.h
Jonathan Wakely
2025-01-08
libstdc++: Add Doxygen docs for std::forward_like
Jonathan Wakely
2025-01-02
Update copyright years.
Jakub Jelinek
2024-12-18
libstdc++: Have std::addressof use __builtin_addressof
François Dumont
2024-08-03
libstdc++: use concrete return type for std::forward_like
Patrick Palka
2024-01-11
libstdc++/ranges: Use C++23 deducing this in _Pipe and _Partial
Patrick Palka
2024-01-03
Update copyright years.
Jakub Jelinek
2023-11-16
libstdc++: Only declare feature test macros in standard headers
Jonathan Wakely
2023-09-25
libstdc++: Define C++23 std::forward_like (P2445R1)
Jonathan Wakely
2023-08-16
libstdc++: Replace all manual FTM definitions and use
Arsen Arsenović
2023-04-28
libstdc++: Simplify preprocessor/namespace nesting in <bits/move.h>
Jonathan Wakely
2023-01-16
Update copyright years.
Jakub Jelinek
2022-01-21
libstdc++: Ensure all feature test macros have type long [PR87193]
Jonathan Wakely
2022-01-03
Update copyright years.
Jakub Jelinek
2021-10-01
libstdc++: Add std::__conditional_t alias template
Jonathan Wakely
2021-09-28
libstdc++: Improve std::forward static assert message
Jonathan Wakely
2021-04-06
libstdc++: Add nodiscard attribute to cast-like functions
Jonathan Wakely
2021-04-06
libstdc++: Clarify static_assert message
Jonathan Wakely
2021-01-04
Update copyright years.
Jakub Jelinek
2020-11-20
libstdc++: _Rb_tree code cleanup, remove lambdas
François Dumont
2020-01-01
Update copyright years.
Jakub Jelinek
2019-10-29
Add iterator concepts and range access customization points for C++20
Jonathan Wakely
2019-08-14
Implement C++20 p0879 - Constexpr for swap and swap related functions.
Edward Smith-Rowland
2019-08-01
Implement C++20 p0202 - Add Constexpr Modifiers to Functions in <algorithm> a...
Edward Smith-Rowland
2019-05-02
PR libstdc++/90314 fix non-equivalent declarations of std::swap
Jonathan Wakely
2019-04-29
Use _GLIBCXX_NOEXCEPT_IF for std::swap
Jonathan Wakely
2019-01-01
Update copyright years.
Jakub Jelinek
2018-01-03
Update copyright years.
Jakub Jelinek
2017-07-23
re PR libstdc++/81064 (Inline namespace regression)
François Dumont
2017-01-01
Update copyright years.
Jakub Jelinek
2016-12-01
Implement LWG 2766,
Ville Voutilainen
2016-11-14
Delete addressof for temporaries (LWG 2598)
Jonathan Wakely
2016-10-10
Implement constexpr std::addressof for C++17
Jonathan Wakely
2016-07-15
Replace references to C++0x with C++11 in comments
Jonathan Wakely
2016-01-12
libstdc++/68877 Reimplement std::__is_swappable
Daniel Kruegler
2016-01-04
Update copyright years.
Jakub Jelinek
2015-06-05
Add __is_nothrow_swappable and take it into use.
Ville Voutilainen
2015-01-05
Update copyright years.
Jakub Jelinek
2014-09-22
Make streams movable and swappable.
Jonathan Wakely
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
2013-06-01
include/std/chrono: Collapse redundant 'inline' from 'inline constexpr'.
Ed Smith-Rowland
2013-02-03
Update copyright in libstdc++-v3.
Richard Sandiford
2012-11-10
* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.
Jason Merrill
2012-10-18
move.h (move_if_noexcept): Mark constexpr.
Benjamin Kosnik
2011-12-04
type_traits: Doxygen improvements.
Jonathan Wakely
2011-08-28
move.h (swap(_Tp(&)[_Nm], _Tp(&)[_Nm])): Remove workaround for c++/49045.
Paolo Carlini
2011-08-11
future: constexpr functions are implicitly inline.
Paolo Carlini
[next]