summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/experimental/optional
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Fix name of <experimental/optional> in commentJonathan Wakely2023-02-161-1/+1
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović2022-10-031-0/+2
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Simplify std::optional::value()Jonathan Wakely2021-07-271-31/+25
* libstdc++: Remove unnecessary uses of <utility>Jonathan Wakely2021-07-271-1/+1
* libstdc++: Fix doxygen markup for group close commandsJonathan Wakely2021-04-061-2/+2
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Remove redundant __constexpr_addressof functionJonathan Wakely2019-05-021-63/+10
* Improve docs for Library Fundamentals TSJonathan Wakely2019-05-021-13/+2
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* PR libstdc++/79433 no #error for including TS headers with wrong -stdJonathan Wakely2017-09-121-3/+1
* re PR libstdc++/81064 (Inline namespace regression)François Dumont2017-07-231-5/+6
* PR libstdc++/80493 fix invalid exception specificationJonathan Wakely2017-04-241-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Constrain optional's __constexpr_addressof in its return type and use a const...Ville Voutilainen2016-12-061-5/+17
* Cross-port the latest resolution of LWG2756 and some bug-fixes to experimenta...Ville Voutilainen2016-10-241-91/+78
* Fix libstdc++ versioned namespace buildJonathan Wakely2016-10-031-0/+1
* Implement P0307R2, Making Optional Greater Equal Again.Ville Voutilainen2016-07-131-2/+2
* Implement LWG 2451, optional<T> should 'forward' T's implicit conversions.Ville Voutilainen2016-07-061-2/+146
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Improve generated libstdc++ API docsJonathan Wakely2015-12-101-0/+6
* re PR libstdc++/64650 (std::experimental::bad_optional_access is not default ...Jonathan Wakely2015-01-201-2/+2
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Post-Urbana updates to Library Fundamentals v1.Jonathan Wakely2014-12-131-12/+40
* optional (_Has_addressof): Check for non-member operator&.Jonathan Wakely2014-11-121-6/+18
* Use aliases for type traits in C++14 mode.Jonathan Wakely2014-11-041-29/+19
* any: Add feature-testing macro.Jonathan Wakely2014-10-291-0/+2
* any (any_v1): Rename namespace to fundamentals_v1.Jonathan Wakely2014-06-231-0/+3
* re PR libstdc++/60710 (experimental::optional<T> is using T::operator!=)Lars Gullik Bjønnes2014-04-251-2/+2
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* optional: Use __and_<> and __not_<> in conditions.Jonathan Wakely2013-11-051-93/+88
* enable_special_members.h: New.Michael Brune2013-11-011-0/+828