summaryrefslogtreecommitdiffstats
path: root/include/__tuple
Commit message (Expand)AuthorAgeFilesLines
* Change from a to a . Fixes PR#39871.Marshall Clow2019-01-111-9/+9
* Cleanup remaining usages of _LIBCPP_HAS_NO_<c++11-feature> in tuple and utilityEric Fiselier2017-04-191-10/+7
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-17/+17
* Fix private inheritance in C++03 tuple_sizeEric Fiselier2017-01-041-3/+3
* [libcxx] Re-implement LWG 2770 again: Fix tuple_size to work with structured ...Eric Fiselier2017-01-041-17/+22
* Re-implement LWG 2770 - Fix tuple_size with structured bindings.Eric Fiselier2017-01-021-4/+17
* Revert r289727 due to PR31384Eric Fiselier2016-12-151-51/+13
* [libcxx] Fix tuple construction/assignment from types derived from tuple/pair...Eric Fiselier2016-12-141-13/+51
* Implement LWG 2770 - Make tuple_size<T> defined for all TEric Fiselier2016-11-131-1/+1
* Fix or suppress GCC warnings during build.Eric Fiselier2016-08-291-1/+1
* Check in SFINAE base class for use in optional/variantEric Fiselier2016-08-151-0/+57
* Implement the std::pair parts of "Improving pair and tuple". Completes N4387.Eric Fiselier2016-07-251-0/+46
* Cleanup SFINAE in tuple, and add tests for reference assignmentEric Fiselier2016-07-021-30/+17
* Make tuple_constructible and family lazy again.Eric Fiselier2016-07-021-3/+9
* Flatten tuple_constructible, tuple_convertible and tuple_assignable.Eric Fiselier2016-07-011-77/+40
* Flatten the tuple_element and __make_tuple_types implementations.Eric Fiselier2016-07-011-33/+105
* Replace __make_tuple_indices implementation with superior implementation.Eric Fiselier2016-06-301-25/+74
* Extract key to avoid preemptive mallocs in insert/emplace in associative cont...Eric Fiselier2016-04-151-2/+0
* [libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-...Eric Fiselier2015-12-181-0/+15
* Move __lazy_* metafunctions to type traits and add testsEric Fiselier2015-08-311-25/+0
* [libcxx] Move tuple_size and tuple_element overloads for pair and array out o...Eric Fiselier2015-03-171-39/+51
* [libcxx] Delay evaluation of __make_tuple_types to prevent blowing the max te...Eric Fiselier2014-10-281-21/+51
* D4451: Fix copy/move issues casude by __tuple_leafs's converting constructorEric Fiselier2014-07-241-0/+26
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-15/+15
* Make std::get constexprMarshall Clow2013-07-171-9/+9
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-15/+15
* Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant2012-09-141-0/+9
* I believe tuple is still under development in the standard. Daniel Krugler i...Howard Hinnant2012-04-011-1/+28
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-1/+1
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* Changed constraints on pair and tuple constructors from is_convertible to is_...Howard Hinnant2011-07-011-4/+0
* noexcept for <array>.Howard Hinnant2011-05-311-3/+3
* noexcept for <tuple>. And in the process learned that I had done it wrong fo...Howard Hinnant2011-05-271-6/+6
* I have to revert this recent fix to tuple conversions until clang implements ...Howard Hinnant2011-03-101-0/+4
* Chris Jefferson found this bug to pair/tuple introduced by a recent change to...Howard Hinnant2011-03-011-1/+1
* Chandler Carruth changed >> to > > in several places.Howard Hinnant2011-01-241-16/+16
* LWG 1385 [FCD] tuple_cat should be a single variadic signature (http://www.op...Howard Hinnant2010-12-111-3/+4
* N3123Howard Hinnant2010-11-201-1/+1
* LWG 1191Howard Hinnant2010-11-171-0/+12
* LWG 1118Howard Hinnant2010-11-171-0/+34
* license changeHoward Hinnant2010-11-161-2/+2
* Cleaning up some tuple code.Howard Hinnant2010-09-271-30/+22
* visibility-decoration.Howard Hinnant2010-09-211-9/+9
* Fixing whitespace problemsHoward Hinnant2010-08-221-2/+1
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-111-1/+1
* libcxx initial importHoward Hinnant2010-05-111-0/+229