aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/optional/LICENSE_1_0.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add std::experimental::optional as Utils::optionalEike Ziller2017-06-161-0/+23
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>