summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign
Commit message (Expand)AuthorAgeFilesLines
* [libcxx][test][NFC] Fix comment typos.Stephan T. Lavavej2019-10-222-2/+2
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-316-0/+11
* Support tests in freestandingJF Bastien2019-02-048-8/+24
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-198-32/+24
* Portability fix: add missing includes and static_casts. Reviewed as https://r...Marshall Clow2018-12-181-0/+1
* Revert r289727 due to PR31384Eric Fiselier2016-12-151-115/+0
* Work around bug in initialization of std::array base class with older clangsEric Fiselier2016-12-141-1/+3
* [libcxx] Fix tuple construction/assignment from types derived from tuple/pair...Eric Fiselier2016-12-141-0/+113
* [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible ...Stephan T. Lavavej2016-12-084-35/+35
* Add missing <memory> include in testEric Fiselier2016-10-081-0/+1
* Recommit r276548 - Make pair/tuples assignment operators SFINAE properly.Eric Fiselier2016-07-252-0/+118
* Revert r276548 - Make pair/tuples assignment operators SFINAE properly.Eric Fiselier2016-07-252-118/+0
* Fix MSVC unreferenced parameter warning. Patch from STL@microsoft.comEric Fiselier2016-07-241-1/+1
* Make pair/tuples assignment operators SFINAE properly.Eric Fiselier2016-07-242-0/+118
* Cleanup SFINAE in tuple, and add tests for reference assignmentEric Fiselier2016-07-022-0/+31
* Mark more tuple tests as unsupported in C++98 && C++03Eric Fiselier2015-02-191-0/+2
* [libcxx] Mark most tuple tests UNSUPPORTED for c++03 and c++98.Eric Fiselier2015-02-197-0/+14
* We had two identical files named 'MoveOnly.h' in the test suite. Move one to ...Marshall Clow2015-01-282-2/+2
* Walter Brown sent a list of tests which needed 'additional includes' to match...Marshall Clow2015-01-092-0/+2
* Move test into test/std subdirectory.Eric Fiselier2014-12-208-0/+409
OpenPOWER on IntegriCloud