aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@qt.io>2023-09-05 16:32:58 +0200
committerMarco Bubke <marco.bubke@qt.io>2023-09-06 08:37:05 +0000
commitb8f97713c5c1d00f3de3ad63d23d3af90efa717a (patch)
tree7fa17147d5f0a6d3d81407c6786b0bbc8ef1778b /README.md
parent14b96533fcb88258aa467b3e64e453dfa47de0e6 (diff)
Utils: Exchange std::span implementation
The old implementation was not supporting iterators. Which made it a little bit complicated to use it together with algorithms. Change-Id: I99cf43dffb4bcb83a953ca1c68ebc65722142ad9 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4bb9109cab..7d6102f94f 100644
--- a/README.md
+++ b/README.md
@@ -423,11 +423,11 @@ we thank the authors who made this possible:
committee draft. It is compatible with C++11, but will use newer language
features if they are available.
- https://github.com/tcbrindle/span
+ https://github.com/martinmoene/span-lite
QtCreator/src/libs/3rdparty/span
- Copyright Tristan Brindle, 2018
+ Copyright 2018-2021 Martin Moene
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)