aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/optional
Commit message (Collapse)AuthorAgeFilesLines
* Optional: add reset()Eike Ziller2017-06-191-0/+2
| | | | | | | It is part of C++17 Change-Id: I2aa4a11133a3d77644f4819492623c8e424ccd59 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* Add std::experimental::optional as Utils::optionalEike Ziller2017-06-167-0/+2650
Uses the reference implementation of the proposal, which later can be replaced by the std lib implementation depending on compiler and used C++ version. Change-Id: I23f2f8077f4cb26c3d9a403b1ce438b6cdb163f2 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>