summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md13
-rw-r--r--doc/qtcreator/src/overview/creator-acknowledgements.qdoc17
2 files changed, 0 insertions, 30 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
diff --git a/doc/qtcreator/src/overview/creator-acknowledgements.qdoc b/doc/qtcreator/src/overview/creator-acknowledgements.qdoc
index 087eab1d10..8f414b299c 100644
--- a/doc/qtcreator/src/overview/creator-acknowledgements.qdoc
+++ b/doc/qtcreator/src/overview/creator-acknowledgements.qdoc
@@ -385,23 +385,6 @@
\li \l{https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/src/libs/3rdparty/optional}
\endlist
- \li \b{MPark.Variant}
-
- MPark.Variant is an implementation of C++17 std::variant for C++11/14/17.
-
- Copyright Michael Park, 2015-2017
-
- Distributed under the \l {http://boost.org/LICENSE_1_0.txt}
- {Boost Software License, Version 1.0}.
- (See accompanying file LICENSE.md.)
-
- The source code can be found here:
- \list
- \li \l{https://github.com/mpark/variant}
- \li QtCreator/src/libs/3rdparty/variant
- \li \l{https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/src/libs/3rdparty/variant}
- \endlist
-
\li \b{std::span implementation for C++11 and later}
A single-header implementation of C++20's std::span, conforming to