aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorstickies-v <stickies-v@protonmail.com>2023-10-19 12:46:32 +0100
committerstickies-v <stickies-v@protonmail.com>2024-08-06 00:23:38 +0100
commit2925bd537cbd8c70594e23f6c4298b7101f7f73d (patch)
tree55c109ee30047fb02aecd17b869b72dc1360e6bb /contrib
parent949b67347255c0f2494055cbcdbb729a6476ded7 (diff)
refactor: use c++20 std::views::reverse instead of reverse_iterator.h
Use std::ranges::views::reverse instead of the implementation in reverse_iterator.h, and remove it as it is no longer used.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/devtools/copyright_header.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/devtools/copyright_header.py b/contrib/devtools/copyright_header.py
index 3dddffe324..3c98ee7b20 100755
--- a/contrib/devtools/copyright_header.py
+++ b/contrib/devtools/copyright_header.py
@@ -19,7 +19,6 @@ EXCLUDE = [
'src/qt/bitcoinstrings.cpp',
'src/chainparamsseeds.h',
# other external copyrights:
- 'src/reverse_iterator.h',
'src/test/fuzz/FuzzedDataProvider.h',
'src/tinyformat.h',
'src/bench/nanobench.h',