aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/3rdparty/variant/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Utils: Remove variant.hMarco Bubke2022-08-231-37/+0
| | | | | | | | | | Since we are now requiring macOS 10.14 we can remove our local copy of std::variant and use for macOS std::variant too. Change-Id: I589d03b35fc56878b7392ffa7047a439e588fe43 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Add implementation of std::variantEike Ziller2017-12-211-0/+37
Type-safe unions for C++. Change-Id: I3c1eb89a240a11d27b07acae588a924a0618173e Reviewed-by: hjk <hjk@qt.io>