aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index b46e247900..303c62f77f 100644
--- a/README.md
+++ b/README.md
@@ -274,6 +274,21 @@ http://llvm.org/docs/GettingStarted.html#git-mirror:
Qt Creator includes the following third-party components,
we thank the authors who made this possible:
+### Reference implementation for std::experimental::optional
+
+ 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
+
### Open Source front-end for C++ (license MIT), enhanced for use in Qt Creator
Roberto Raggi <roberto.raggi@gmail.com>