From 67a5bd8b625d774e48e5707734d477e9f70a11bc Mon Sep 17 00:00:00 2001 From: Jeppe Frandsen Date: Sat, 16 Oct 2021 12:34:41 +0200 Subject: [PATCH] Corrected boost bind deprecation warning --- include/turtle/detail/action.hpp | 2 +- test/detail/test_function.cpp | 2 +- test/detail/test_is_functor.cpp | 2 +- test/test_log.cpp | 2 +- test/test_mock.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/include/turtle/detail/action.hpp b/include/turtle/detail/action.hpp index a146130..20f1198 100644 --- a/include/turtle/detail/action.hpp +++ b/include/turtle/detail/action.hpp @@ -16,7 +16,7 @@ #include #include #include -#include +#include #include namespace mock diff --git a/test/detail/test_function.cpp b/test/detail/test_function.cpp index 682840a..f530e06 100644 --- a/test/detail/test_function.cpp +++ b/test/detail/test_function.cpp @@ -15,7 +15,7 @@ #include #include #include -#include +#include // static diff --git a/test/detail/test_is_functor.cpp b/test/detail/test_is_functor.cpp index a6a0f38..94c25ee 100644 --- a/test/detail/test_is_functor.cpp +++ b/test/detail/test_is_functor.cpp @@ -17,7 +17,7 @@ #pragma warning( pop ) #endif #include -#include +#include namespace { diff --git a/test/test_log.cpp b/test/test_log.cpp index 728eb20..6afbac1 100644 --- a/test/test_log.cpp +++ b/test/test_log.cpp @@ -25,7 +25,7 @@ #include #include #endif -#include +#include #include #include #include diff --git a/test/test_mock.cpp b/test/test_mock.cpp index 2e4f41c..4f9da7c 100644 --- a/test/test_mock.cpp +++ b/test/test_mock.cpp @@ -10,7 +10,7 @@ #include #include #include -#include +#include namespace {