refactor: replace Boost shared_mutex with std shared_mutex in sigcache

Co-authored-by: MarcoFalke falke.marco@gmail.com
Co-authored-by: sinetek pitwuu@gmail.com
This commit is contained in:
fanquake
2021-02-02 10:18:39 +08:00
parent 8e55981ef8
commit 7097add83c
2 changed files with 7 additions and 7 deletions

View File

@@ -67,8 +67,6 @@ EXPECTED_BOOST_INCLUDES=(
boost/signals2/optional_last_value.hpp
boost/signals2/signal.hpp
boost/test/unit_test.hpp
boost/thread/lock_types.hpp
boost/thread/shared_mutex.hpp
)
for BOOST_INCLUDE in $(git grep '^#include <boost/' -- "*.cpp" "*.h" | cut -f2 -d: | cut -f2 -d'<' | cut -f1 -d'>' | sort -u); do