aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/utility
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-09-10Implement C++20 p1424 - 'constexpr' feature macro concerns...Edward Smith-Rowland1-1/+1
2019-08-01Implement C++20 p0202 - Add Constexpr Modifiers to Functions in <algorithm> a...Edward Smith-Rowland1-0/+6
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-06-19Remove unused <exception> header from <utility>Jonathan Wakely1-4/+0
2018-06-14Partially revert move of std::tuple_element_t to <tuple>Jonathan Wakely1-0/+10
2018-06-14Define __cpp_lib_tuple_element_t in <tuple> not <utility>Jonathan Wakely1-7/+0
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-01Add noexcept to std::integral_constant membersJonathan Wakely1-1/+1
2017-10-30Implement LWG 2485Ville Voutilainen1-0/+25
2017-09-18Use built-in for std::make_integer_sequnceJonathan Wakely1-34/+19
2017-05-12PR libstdc++/78939 make tuple_size<cv T> depend on tuple_size<T>Jonathan Wakely1-10/+12
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-01Implement LWG 2766,Ville Voutilainen1-4/+0
2016-11-15Make std::tuple_size<cv T> SFINAE-friendly (LWG 2770)Jonathan Wakely1-6/+12
2016-11-14Implement P0504R0 (Revisiting in-place tag types for any/optional/variant).Ville Voutilainen1-17/+19
2016-08-15Implement LWG 2744 and LWG 2754.Ville Voutilainen1-1/+14
2016-08-03Define std::as_constJonathan Wakely1-0/+7
2016-07-14Implement P0032R3, Homogeneous interface for variant, any and optional,Ville Voutilainen1-0/+28
2016-06-16Remove trailing whitespace from libstdc++ headersJonathan Wakely1-2/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-21re PR libstdc++/66693 ([C++17] std::tuple_size fails with const std::array)Ville Voutilainen1-4/+49
2015-11-17PR libstdc++/66059 optimise _Build_index_tupleJonathan Wakely1-4/+15
2015-06-23array: Include <array>.François Dumont1-1/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-01Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland1-0/+9
2014-09-22Make streams movable and swappable.Jonathan Wakely1-5/+1
2014-05-15tuple (tuple_size<cv _Tp>): Implement LWG 2313.Jonathan Wakely1-0/+4
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-10-31tuple (_Index_tuple, [...]): Move to <utility>.Jonathan Wakely1-0/+61
2013-05-19tuple (get): Implement N3670.Jonathan Wakely1-1/+31
2013-05-18utility (exchange): Define.Jonathan Wakely1-0/+12
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-3/+1
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill1-1/+1
2011-09-13tuple (_Head_base<>::_M_head, [...]): Change to static constexpr functions; a...Daniel Krugler1-9/+9
2011-05-19tuple (tuple_element<__i, [...]): Add.Paolo Carlini1-5/+1
2011-05-16utility: Simplify the last commit, the whole std::get code is C++0x only.Paolo Carlini1-18/+12
2011-05-16utility (get(std::pair<>&&)): Add.Paolo Carlini1-11/+37
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik1-2/+5
2010-11-02cinttypes: Remove, move contents to C++0x and TR1 headers.Paolo Carlini1-19/+68
2009-11-06user.cfg.in: Adjust includes.Benjamin Kosnik1-8/+8
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-13/+8
2009-02-19doxygroups.cc: Move algorithm groups into algorithmfwd.h.Benjamin Kosnik1-1/+9
2008-07-29utility: Include <initializer_list>, per the current WP.Paolo Carlini1-0/+1
2008-06-21[multiple changes]Paolo Carlini1-2/+2
2007-10-08[multiple changes]Paolo Carlini1-24/+1
2007-10-06moveable.cc: Remove dg-require-rvalref.Paolo Carlini1-3/+4
2007-07-10utility (identity, [...]): Add.Paolo Carlini1-1/+25
2007-05-31re PR libstdc++/31426 (TR1 includes do not work with -std=c++0x)Paolo Carlini1-1/+16
2007-03-04acinclude.m4 (GLIBCXX_ENABLE_CHEADERS): Add c_global.Benjamin Kosnik1-5/+9