summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/move.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Add iterator concepts and range access customization points for C++20Jonathan Wakely2019-10-291-2/+5
* Implement C++20 p0879 - Constexpr for swap and swap related functions.Edward Smith-Rowland2019-08-141-0/+2
* Implement C++20 p0202 - Add Constexpr Modifiers to Functions in <algorithm> a...Edward Smith-Rowland2019-08-011-0/+1
* PR libstdc++/90314 fix non-equivalent declarations of std::swapJonathan Wakely2019-05-021-2/+2
* Use _GLIBCXX_NOEXCEPT_IF for std::swapJonathan Wakely2019-04-291-7/+5
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* re PR libstdc++/81064 (Inline namespace regression)François Dumont2017-07-231-7/+2
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Implement LWG 2766,Ville Voutilainen2016-12-011-1/+2
* Delete addressof for temporaries (LWG 2598)Jonathan Wakely2016-11-141-0/+5
* Implement constexpr std::addressof for C++17Jonathan Wakely2016-10-101-6/+8
* Replace references to C++0x with C++11 in commentsJonathan Wakely2016-07-151-1/+1
* libstdc++/68877 Reimplement std::__is_swappableDaniel Kruegler2016-01-121-2/+2
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Add __is_nothrow_swappable and take it into use.Ville Voutilainen2015-06-051-4/+13
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Make streams movable and swappable.Jonathan Wakely2014-09-221-0/+10
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* include/std/chrono: Collapse redundant 'inline' from 'inline constexpr'.Ed Smith-Rowland2013-06-011-1/+1
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-031-1/+1
* * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill2012-11-101-3/+3
* move.h (move_if_noexcept): Mark constexpr.Benjamin Kosnik2012-10-181-3/+2
* type_traits: Doxygen improvements.Jonathan Wakely2011-12-041-11/+39
* move.h (swap(_Tp(&)[_Nm], _Tp(&)[_Nm])): Remove workaround for c++/49045.Paolo Carlini2011-08-281-9/+1
* future: constexpr functions are implicitly inline.Paolo Carlini2011-08-111-3/+3
* move.h (move, forward): Mark constexpr.Benjamin Kosnik2011-07-231-3/+3
* move.h (__is_nothrow_swappable): Add.Daniel Krugler2011-06-211-1/+11
* move.h (struct __move_if_noexcept_cond): Add.Paolo Carlini2011-06-071-3/+7
* move.h (move_if_noexcept): Use __and_ and __not_.Paolo Carlini2011-06-061-2/+2
* hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al...Paolo Carlini2011-06-011-2/+2
* tuple (tuple<>::operator=(tuple&&)): Specify as noexcept.Paolo Carlini2011-05-191-1/+4
* initializer_list: Use noexcept specifier.Paolo Carlini2011-05-181-5/+7
* move.h (move_if_noexcept): Add.Paolo Carlini2011-04-271-3/+18
* PR libstdc++/36104 part fourBenjamin Kosnik2011-01-301-6/+15
* *: Use headername alias to associate private includes to public includes.Benjamin Kosnik2010-12-191-2/+2
* move.h (forward): Implement N3143, resolving US 90.Paolo Carlini2010-11-111-19/+10
* move.h (forward): Reinstate the N2835 version.Paolo Carlini2010-08-111-10/+23
* move.h (forward): Update to N3092.Paolo Carlini2010-08-051-33/+13
* stl_heap.h: Update markup.Benjamin Kosnik2010-07-081-1/+1
* c++config (std::size_t, [...]): Provide typedefs.Paolo Carlini2010-06-031-1/+0
* [multiple changes]Paolo Carlini2010-05-201-1/+26
* type_traits (declval): Add, per DR 1255.Paolo Carlini2009-11-131-1/+3
* move.h (_GLIBCXX_FORWARD): Add.Chris Jefferson2009-08-291-0/+2
* istream (operator>>(basic_istream<>&&, _Tp&)): Minor cosmetic changes, inline.Paolo Carlini2009-08-031-6/+5
* call.c (convert_class_to_reference): Binding an lvalue to an rvalue reference...Jason Merrill2009-07-311-4/+23
* move.h: Doxygen group fixes.Benjamin Kosnik2009-06-101-3/+11
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-15/+10
* move.h (swap(_Tp (&)[_Nm], _Tp (&)[_Nm])): Add, per DR 809.Paolo Carlini2008-06-221-5/+16