From 8e55981ef834490c438436719f95cbaf888c4914 Mon Sep 17 00:00:00 2001 From: fanquake Date: Tue, 2 Feb 2021 09:41:31 +0800 Subject: [PATCH 1/4] refactor: replace Boost shared_mutex with std shared_mutex in cuckoocache tests Co-authored-by: MarcoFalke falke.marco@gmail.com Co-authored-by: sinetek pitwuu@gmail.com --- src/test/cuckoocache_tests.cpp | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/test/cuckoocache_tests.cpp b/src/test/cuckoocache_tests.cpp index 75c7e47e641..35b66cfc53c 100644 --- a/src/test/cuckoocache_tests.cpp +++ b/src/test/cuckoocache_tests.cpp @@ -1,15 +1,18 @@ // Copyright (c) 2012-2020 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#include -#include -#include #include -#include #include #include