From 6d3a4de1efcb6b04a1ab87037d487f979d7ca445 Mon Sep 17 00:00:00 2001 From: lloyd Date: Sat, 1 Jul 2006 21:09:54 +0000 Subject: Access the global configuration through an object reference instead of stand-alone functions. Store the configuration in a distinct object, rather than just a map inside the library state. --- include/stl_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/stl_util.h') diff --git a/include/stl_util.h b/include/stl_util.h index 5ecbe0d9c..f1ffbff52 100644 --- a/include/stl_util.h +++ b/include/stl_util.h @@ -13,7 +13,7 @@ namespace Botan { /************************************************* * Copy-on-Predicate Algorithm * *************************************************/ -template +template OutputIterator copy_if(InputIterator current, InputIterator end, OutputIterator dest, Predicate copy_p) { -- cgit v1.2.3