summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/utility/pairs
Commit message (Expand)AuthorAgeFilesLines
* Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier2016-06-142-3/+7
* Remove _LIBCPP_TRIVIAL_PAIR_COPY_CTOR option.Eric Fiselier2016-06-143-6/+94
* [libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake2016-05-283-12/+3
* Removing some trailing whitespaceEric Fiselier2016-05-042-2/+2
* Mark some test XFAIL for GCC 4.9 due to missing is_trivial* traitsEric Fiselier2016-01-202-1/+12
* Add a bunch of missing includes in the test suite to make it more portable. F...Marshall Clow2016-01-121-0/+1
* [libcxx] Fix LWG Issue #2367 - Fixing std::tuple and std::pair's default cons...Eric Fiselier2015-12-232-6/+175
* [libcxx] LWG2485: get() should be overloaded for const tuple&&. Patch from K-...Eric Fiselier2015-12-182-5/+111
* The test I cnecked in to check the fix for PR#24890 failed (as expected) w/o ...Marshall Clow2015-09-221-0/+1
* Check in the test for PR#24890 that I forgot in previous commitMarshall Clow2015-09-221-0/+18
* [libcxx] Move tuple_size and tuple_element overloads for pair and array out o...Eric Fiselier2015-03-172-7/+44
* Move test into test/std subdirectory.Eric Fiselier2014-12-2028-0/+1030
OpenPOWER on IntegriCloud