summaryrefslogtreecommitdiff
path: root/test/std/utilities/meta/meta.rel
AgeCommit message (Expand)Author
2017-12-12[libcxx] P0604, invoke_result and is_invocableZhihao Yuan
2017-05-12Cleanup test issues reported by STL @ Microsoft.Eric Fiselier
2016-12-03Revert workaround for Clang bug. Thanks to Richard for the quick fixEric Fiselier
2016-12-02Work around a bug in Clang's implementation of noexcept function typesEric Fiselier
2016-06-22Don't use C++17 terse static assert. Patch from STL@microsoft.comEric Fiselier
2016-06-01Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier
2016-05-03Fix PR27538. Remove __is_convertible specializations for array and function t...Eric Fiselier
2016-04-29Add proper include for unique_ptr. Patch from STL@microsoft.comEric Fiselier
2016-04-28Provide member function definitions to avoid warnings. Patch from STL@microso...Eric Fiselier
2016-04-20Add 'is_callable' and 'is_nothrow_callable' traits and cleanup INVOKE.Eric Fiselier
2016-01-26Fix PR26103 - Error calling is_convertible with incomplete type. Patch from M...Eric Fiselier
2015-11-30Fix bad macros in testsMarshall Clow
2015-11-30Implement more of P0006; Type Traits Variable Templates.Marshall Clow
2015-08-30Suppress clang warnings in some testsEric Fiselier
2015-03-30[libcxx] Fix PR22771 - Support access control SFINAE in the library version o...Eric Fiselier
2015-03-26Add tests for library version of is_convertibleEric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier