summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-08-26 10:30:42 +0200
committerEike Ziller <eike.ziller@qt.io>2022-08-29 08:21:05 +0000
commitfe4e74af7580d59f11c1936d31eecf63e0b68c3f (patch)
tree87790c7d5aa65684efda0e2b97b95e008a88389a /README.md
parent15e0f37b780607d2a0640bbbefaf379c01e2b900 (diff)
downloadqt-creator-fe4e74af7580d59f11c1936d31eecf63e0b68c3f.tar.gz
Adapt attributions to removal of Utils::variant implementation
Amends 84c1d6572bce6fc6c1edb5c6246e81bdb841f00a Change-Id: I6cf02d577babb35537338447e4918776bd3012fd Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Marco Bubke <marco.bubke@qt.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/README.md b/README.md
index 52409e198d..5a979e0ff0 100644
--- a/README.md
+++ b/README.md
@@ -342,19 +342,6 @@ we thank the authors who made this possible:
The idea and interface is based on Boost.Optional library
authored by Fernando Luis Cacciola Carballal
-### MPark.Variant
-
- MPark.Variant is an implementation of C++17 std::variant for C++11/14/17.
-
- 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)
-
### std::span implementation for C++11 and later
A single-header implementation of C++20's std::span, conforming to the C++20