summaryrefslogtreecommitdiff
path: root/include/any
AgeCommit message (Expand)Author
2017-04-12Implement part of LWG#2857 - any/optional. Still to do - variant. Reviewed as...Marshall Clow
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2016-11-17Implement P0504R0: Revisiting in-place tag types for any/optional/variantEric Fiselier
2016-10-16Make any_cast<void()>(nullptr) compileEric Fiselier
2016-10-16Update issue status for LWG 2744Eric Fiselier
2016-10-16Update issue status for LWG 2768 and 2769Eric Fiselier
2016-10-07Fix various issues in std::any and the related tests.Eric Fiselier
2016-08-25Followon to r279744. Find the other exception types and make __throw_XXX rout...Marshall Clow
2016-08-25Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow
2016-08-11[libcxx] Add std::anyEric Fiselier