aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/tuple
AgeCommit message (Expand)AuthorFilesLines
2015-09-25Avoid creating dangling references in case of nested tuplesVille Voutilainen1-8/+36
2015-06-30Implement N4387, "Improving pair and tuple", and LWG 2367.Ville Voutilainen1-49/+441
2015-06-23array: Include <array>.François Dumont1-12/+0
2015-06-12tuple (__is_tuple_like_impl): Disambiguate array in debug and profile modes.Jonathan Wakely1-1/+1
2015-06-05Add __is_nothrow_swappable and take it into use.Ville Voutilainen1-4/+3
2015-05-02re PR libstdc++/65978 (missing constexpr on std::forward_as_tuple and std::ti...Jonathan Wakely1-2/+6
2015-01-17re PR libstdc++/56785 (std::tuple of two elements does not apply empty base c...Jonathan Wakely1-24/+124
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-12stl_iterator.h (make_reverse_iterator): LWG DR 2285.Jonathan Wakely1-0/+2
2014-10-01Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland1-0/+3
2014-07-29re PR libstdc++/61947 (Ambiguous calls when constructing std::tuple)Jonathan Wakely1-13/+15
2014-05-15tuple (tuple_size<cv _Tp>): Implement LWG 2313.Jonathan Wakely1-7/+8
2014-05-14tuple (__add_c_ref, [...]): Remove.Jonathan Wakely1-100/+65
2014-05-13re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though...Jonathan Wakely1-6/+6
2014-04-15N3887 Consistent Metafunction AliasesJonathan Wakely1-0/+5
2014-04-14re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though...Jonathan Wakely1-5/+5
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-10-31tuple (_Index_tuple, [...]): Move to <utility>.Jonathan Wakely1-21/+0
2013-06-01include/std/chrono: Collapse redundant 'inline' from 'inline constexpr'.Ed Smith-Rowland1-4/+4
2013-05-19tuple (get): Implement N3670.Jonathan Wakely1-0/+27
2013-02-20user.cfg.in: Set __cplusplus to 201103L.Benjamin Kosnik1-1/+11
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-1/+1
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill1-2/+2
2012-11-07re PR libstdc++/51850 (debug mode for std::array and tr1::array)Paolo Carlini1-14/+2
2012-10-18move.h (move_if_noexcept): Mark constexpr.Benjamin Kosnik1-13/+13
2012-06-14re PR libstdc++/53648 ([C++11] nested empty tuples)Jonathan Wakely1-2/+11
2011-12-20re PR libstdc++/51365 (cannot use final empty class in std::tuple)Jonathan Wakely1-3/+8
2011-12-06re PR libstdc++/51183 (pair piecewise_construct_t constructor copies)Jonathan Wakely1-13/+18
2011-11-21tuple (__conv_types, [...]): Remove.Paolo Carlini1-46/+7
2011-11-20re PR c++/48322 ([C++0x] Plural variadic parameter packs are not expanded well)Jason Merrill1-6/+7
2011-09-16tuple (make_tuple, [...]): Declare constexpr.Paolo Carlini1-6/+7
2011-09-13tuple (_Head_base<>::_M_head, [...]): Change to static constexpr functions; a...Daniel Krugler1-61/+70
2011-09-11re PR libstdc++/50159 ([C++0x] tuple_cat only accepts two arguments)Daniel Krugler1-112/+165
2011-09-10tuple: Use everywhere std::size_t...Paolo Carlini1-2/+2
2011-09-07tuple (_Tuple_impl::_M_head, _M_tail): Mark constexpr.Benjamin Kosnik1-27/+27
2011-08-03tuple: Mark more constructors constexpr.Benjamin Kosnik1-18/+34
2011-06-20tuple (__conv_types, [...]): Add.Daniel Krugler1-111/+38
2011-05-31type_traits (__or_, __and_): Add trivial definitions for a single element.Paolo Carlini1-39/+58
2011-05-31tuple: Restore is_convertible constraint.Jonathan Wakely1-1/+1
2011-05-30tuple: Implement uses-allocator construction.Jonathan Wakely1-4/+243
2011-05-21char_traits.h: Use noexcept throughout.Paolo Carlini1-14/+10
2011-05-19tuple (tuple_element<__i, [...]): Add.Paolo Carlini1-7/+41
2011-05-19tuple (tuple<>::operator=(tuple&&)): Specify as noexcept.Paolo Carlini1-12/+16
2011-05-18tuple: Use noexcept where appropriate.Paolo Carlini1-36/+49
2011-04-12re PR libstdc++/48476 ([C++0x] conversion between std::tuple which have refer...Takaya Saito1-11/+12
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik1-2/+5
2010-12-06re PR libstdc++/46821 ([C++0x] swapping empty classes)Paolo Carlini1-2/+6
2010-11-24tuple: Mark more constructors constexpr.Benjamin Kosnik1-13/+14
2010-11-04tuple (tuple): Make default constructors constexpr.Benjamin Kosnik1-6/+6
2010-11-02cinttypes: Remove, move contents to C++0x and TR1 headers.Paolo Carlini1-3/+4