From 98b81ee102dbc64502a6f2cacea2a7434c0a6ebe Mon Sep 17 00:00:00 2001 From: Kohei Takahashi Date: Sun, 20 Nov 2016 16:58:04 +0900 Subject: [PATCH] Remove use of deprecated binder. (#144) --- test/algorithm/count_if.cpp | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/test/algorithm/count_if.cpp b/test/algorithm/count_if.cpp index d7062890..7555f6fc 100644 --- a/test/algorithm/count_if.cpp +++ b/test/algorithm/count_if.cpp @@ -9,28 +9,36 @@ #include #include #include -#include #include #include +template struct bind1st; +template