summaryrefslogtreecommitdiffstats
path: root/libcxx/test/support/archetypes.hpp
Commit message (Expand)AuthorAgeFilesLines
* libcxx: Rename .hpp files in libcxx/test/support to .hNico Weber2019-08-211-393/+0
* [pair] Mark constructors as conditionally noexceptLouis Dionne2018-12-111-2/+7
* Revert "[pair] Mark constructors as conditionally noexcept"Louis Dionne2018-12-111-7/+2
* [pair] Mark constructors as conditionally noexceptLouis Dionne2018-12-111-2/+7
* [NFC][libcxx] Fix incorrect commentsLouis Dionne2018-11-191-3/+3
* [test] support machinery changes for EDG & C1XX /ZaCasey Carter2017-05-101-0/+9
* [libcxx] [test] D27268: Fix MSVC x64 warning C4267 "conversion from 'size_t' ...Stephan T. Lavavej2016-12-061-6/+6
* Fix archetypes.hpp under libcpp-no-extensions and std level < 14Roger Ferrer Ibanez2016-10-311-2/+2
* Silence unused parameter warnings in archetypes.hppCasey Carter2016-10-261-6/+6
* Fix unreferenced parameters. Patch from STL@microsoft.comEric Fiselier2016-10-231-6/+6
* Fix more C++11 constexpr issues in the testsEric Fiselier2016-10-121-9/+24
* Protect special members of NullBase archetype to avoid exposing themEric Fiselier2016-10-121-4/+11
* Implement N4606 optionalEric Fiselier2016-10-121-1/+321
* Revert Add <optional>. Will recommit with better commit messageEric Fiselier2016-10-121-321/+1
* Add <optional> header.Eric Fiselier2016-10-121-1/+321
* Refactor test archetypes implementation.Eric Fiselier2016-08-111-99/+26
* Implement the std::pair parts of "Improving pair and tuple". Completes N4387.Eric Fiselier2016-07-251-0/+110
OpenPOWER on IntegriCloud