summaryrefslogtreecommitdiff
path: root/include/optional
AgeCommit message (Expand)Author
2018-01-02Implement most of P0607: Inline Variables for the Standard Library. This invo...Marshall Clow
2017-11-01Update the synopsis to match the P/R of 2945. No code changes.Marshall Clow
2017-07-09optional: Implement LWG 2900 and P0602Casey Carter
2017-06-06add missing constexpr to optional::value_orCasey Carter
2017-05-31[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier
2017-05-17Mark the copy constructor and move Marshall Clow
2017-04-17[optional] Update synopsis for LWG2934Casey Carter
2017-04-12Implement part of LWG#2857 - any/optional. Still to do - variant. Reviewed as...Marshall Clow
2017-03-30Fix LWG 2934 - optional<const T> doesn't compare with TEric Fiselier
2017-03-30Implement LWG 2842 - optional(U&&) needs to SFINAE on decay_t<in_place_t>Eric Fiselier
2017-03-23Implement P0599: 'noexcept for hash functions'. Fix a couple of hash function...Marshall Clow
2017-02-05Restore the _NOEXCEPT on the dtor of bad_optional_access. Destructors are noe...Marshall Clow
2017-02-05Change the base class of std::bad_optional_access. This is a (subtle) ABI ch...Marshall Clow
2017-01-21Implement P0513R0 - "Poisoning the Hash"Eric Fiselier
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2016-12-31remove some inherited attributes on exceptionsSaleem Abdulrasool
2016-12-23Fix unused parameters and variablesEric Fiselier
2016-10-16Update status for std::optional LWG issues and fix an optional SFINAE bugEric Fiselier
2016-10-12Implement N4606 optionalEric Fiselier
2016-10-12Revert Add <optional>. Will recommit with better commit messageEric Fiselier
2016-10-12Add <optional> header.Eric Fiselier
2013-11-15Move <optional> into include/experimental, and into the std::experimental nam...Marshall Clow
2013-09-02Implement N3672, optional<T>.Howard Hinnant