summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-08-26 10:30:00 +0200
committerEike Ziller <eike.ziller@qt.io>2022-09-01 06:58:04 +0000
commit04e50438eb85c1b2be6d4dcdfd5319cdb55ae576 (patch)
tree4a3e9f078730bb538e2ca2751d189ff14a89901e /README.md
parent34a9491a08639f8df0b55d74d51f4dadaa1cc2fd (diff)
downloadqt-creator-04e50438eb85c1b2be6d4dcdfd5319cdb55ae576.tar.gz
Utils: Remove Utils::optional
Since we are now requiring macOS 10.14 we can remove our local implementation of optional and use std::optional for macOS too. Change-Id: I2bd018261b68da64f7f031a812045dd7784697e1 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Marco Bubke <marco.bubke@qt.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/README.md b/README.md
index 5a979e0ff0..50c10733d6 100644
--- a/README.md
+++ b/README.md
@@ -324,24 +324,6 @@ we thank the authors who made this possible:
With backported/additional patches from https://code.qt.io/cgit/clang/llvm-project.git
-### Optional
-
- A single-header header-only library for representing optional (nullable)
- objects for C++14 (and C++11 to some extent) and passing them by value.
-
- https://github.com/akrzemi1/Optional
-
- QtCreator/src/libs/3rdparty/optional
-
- Copyright (C) 2011-2012 Andrzej Krzemienski
-
- Distributed under the Boost Software License, Version 1.0
- (see accompanying file LICENSE_1_0.txt or a copy at
- http://www.boost.org/LICENSE_1_0.txt)
-
- The idea and interface is based on Boost.Optional library
- authored by Fernando Luis Cacciola Carballal
-
### std::span implementation for C++11 and later
A single-header implementation of C++20's std::span, conforming to the C++20