summaryrefslogtreecommitdiffstats
path: root/libcxx/include/__tuple
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud