summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/experimental/optional
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-02-16libstdc++: Fix name of <experimental/optional> in commentJonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović
2022-01-03Update copyright years.Jakub Jelinek
2021-07-27libstdc++: Simplify std::optional::value()Jonathan Wakely
2021-07-27libstdc++: Remove unnecessary uses of <utility>Jonathan Wakely
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-05-02Remove redundant __constexpr_addressof functionJonathan Wakely
2019-05-02Improve docs for Library Fundamentals TSJonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-09-12PR libstdc++/79433 no #error for including TS headers with wrong -stdJonathan Wakely
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont
2017-04-24PR libstdc++/80493 fix invalid exception specificationJonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-12-06Constrain optional's __constexpr_addressof in its return type and use a const...Ville Voutilainen
2016-10-24Cross-port the latest resolution of LWG2756 and some bug-fixes to experimenta...Ville Voutilainen
2016-10-03Fix libstdc++ versioned namespace buildJonathan Wakely
2016-07-13Implement P0307R2, Making Optional Greater Equal Again.Ville Voutilainen
2016-07-06Implement LWG 2451, optional<T> should 'forward' T's implicit conversions.Ville Voutilainen
2016-01-04Update copyright years.Jakub Jelinek
2015-12-10Improve generated libstdc++ API docsJonathan Wakely
2015-01-20re PR libstdc++/64650 (std::experimental::bad_optional_access is not default ...Jonathan Wakely
2015-01-05Update copyright years.Jakub Jelinek
2014-12-13Post-Urbana updates to Library Fundamentals v1.Jonathan Wakely
2014-11-12optional (_Has_addressof): Check for non-member operator&.Jonathan Wakely
2014-11-04Use aliases for type traits in C++14 mode.Jonathan Wakely
2014-10-29any: Add feature-testing macro.Jonathan Wakely
2014-06-23any (any_v1): Rename namespace to fundamentals_v1.Jonathan Wakely
2014-04-25re PR libstdc++/60710 (experimental::optional<T> is using T::operator!=)Lars Gullik Bjønnes
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-11-05optional: Use __and_<> and __not_<> in conditions.Jonathan Wakely
2013-11-01enable_special_members.h: New.Michael Brune