From fbd2fe3622205f2057cd8bbcd84121c120406067 Mon Sep 17 00:00:00 2001 From: Yury Melnichek Date: Thu, 7 Apr 2011 17:03:19 +0200 Subject: Add std::replace to std/algorithm.hpp --- std/algorithm.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'std/algorithm.hpp') diff --git a/std/algorithm.hpp b/std/algorithm.hpp index 73ba338381..f824ca9361 100644 --- a/std/algorithm.hpp +++ b/std/algorithm.hpp @@ -21,6 +21,7 @@ using std::unique; using std::equal_range; using std::for_each; using std::copy; +using std::replace; using std::reverse; using std::set_union; using std::set_intersection; -- cgit v1.2.3