aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/optional/test_type_traits.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Utils: Remove Utils::optionalEike Ziller2022-09-011-66/+0
| | | | | | | | | | Since we are now requiring macOS 10.14 we can remove our local implementation of optional and use std::optional for macOS too. Change-Id: I2bd018261b68da64f7f031a812045dd7784697e1 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Marco Bubke <marco.bubke@qt.io>
* Add std::experimental::optional as Utils::optionalEike Ziller2017-06-161-0/+66
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>