summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2016-07-13 11:19:24 +0200
committerEike Ziller <eike.ziller@qt.io>2017-06-16 12:19:27 +0000
commit93f4fb771fbfcb8499601b497a4b2b436d872c1d (patch)
tree2778fa04bc9a160ab4a639910627065cd408f9ef /doc
parent42580c7d0ca703f216bcb19e12259b1022d8b423 (diff)
downloadqt-creator-93f4fb771fbfcb8499601b497a4b2b436d872c1d.tar.gz
Add std::experimental::optional as Utils::optional
Uses the reference implementation of the proposal, which later can be replaced by the std lib implementation depending on compiler and used C++ version. Change-Id: I23f2f8077f4cb26c3d9a403b1ce438b6cdb163f2 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/overview/creator-acknowledgements.qdoc18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/src/overview/creator-acknowledgements.qdoc b/doc/src/overview/creator-acknowledgements.qdoc
index 4c974895f3..462f1f96c5 100644
--- a/doc/src/overview/creator-acknowledgements.qdoc
+++ b/doc/src/overview/creator-acknowledgements.qdoc
@@ -41,6 +41,24 @@
\QC contains the following third-party components:
\list
+ \li \b{Reference implementation for std::experimental::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
+
+ The source code of std::experimental::optional can be found
+ here:
+ \list
+ \li \l{https://github.com/akrzemi1/Optional}
+ \li QtCreator/src/libs/3rdparty/optional
+ \li \l{https://code.qt.io/cgit/qt-creator/qt-creator.git/tree/src/libs/3rdparty/optional}
+ \endlist
\li \b{Open Source front-end for C++ (license MIT)}, enhanced for use
in \QC.\br