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