Update the algorithm tests to not use the (deprecated) function binders. No functiona...
authorMarshall Clow <mclow.lists@gmail.com>
Thu, 23 Mar 2017 16:13:50 +0000 (16:13 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Thu, 23 Mar 2017 16:13:50 +0000 (16:13 +0000)
commit315cd1fec9864bf974545a0860f50b8788f72c86
tree9a5b2aec673430b11201669435d97b252b1fcc6f
parentc3e9c1442da3f1e68b9b894c50d219747991330a
Update the algorithm tests to not use the (deprecated) function binders. No functional change.

llvm-svn: 298618
libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/remove_copy_if.pass.cpp
libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/replace_copy_if.pass.cpp
libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/replace_if.pass.cpp
libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/unary_transform.pass.cpp
libcxx/test/std/algorithms/alg.nonmodifying/alg.count/count_if.pass.cpp
libcxx/test/std/algorithms/alg.nonmodifying/alg.find/find_if.pass.cpp
libcxx/test/std/algorithms/alg.nonmodifying/alg.find/find_if_not.pass.cpp