summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-12-19 14:49:09 +0100
committerEike Ziller <eike.ziller@qt.io>2017-12-21 06:37:07 +0000
commitf9177d4b6c509054a5dfe10cb0e103f48a39a939 (patch)
tree65ccb92ed55445c94b2c1293349f21c53daae2bf /README.md
parentb2a16190e8e53815ef81c248b96dbe55434d7fb5 (diff)
downloadqt-creator-f9177d4b6c509054a5dfe10cb0e103f48a39a939.tar.gz
Add implementation of std::variant
Type-safe unions for C++. Change-Id: I3c1eb89a240a11d27b07acae588a924a0618173e Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0aef21f25c..7bdf32617b 100644
--- a/README.md
+++ b/README.md
@@ -289,6 +289,17 @@ we thank the authors who made this possible:
The idea and interface is based on Boost.Optional library
authored by Fernando Luis Cacciola Carballal
+### Implementation for std::variant
+
+ https://github.com/mpark/variant
+
+ QtCreator/src/libs/3rdparty/variant
+
+ Copyright Michael Park, 2015-2017
+
+ Distributed under the Boost Software License, Version 1.0.
+ (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
+
### Open Source front-end for C++ (license MIT), enhanced for use in Qt Creator
Roberto Raggi <roberto.raggi@gmail.com>