From 85ce2a3eb2ce2c3bfebf56584077dd4cd6c22fa5 Mon Sep 17 00:00:00 2001 From: Kohei Takahashi Date: Mon, 5 Jan 2015 08:24:14 +0900 Subject: [PATCH] Fix link of result_of::remove_if. --- doc/algorithm.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/algorithm.qbk b/doc/algorithm.qbk index 915aecba..bdcb66bb 100644 --- a/doc/algorithm.qbk +++ b/doc/algorithm.qbk @@ -2258,7 +2258,7 @@ Returns the result type of __remove__, given the sequence and removal types. * A model of __forward_sequence__. * A model of __associative_sequence__ if `Sequence` implements the __associative_sequence__ model. -[*Semantics]: Returns a sequence containing the elements of `Sequence` not of type `T`. Equivalent to `__result_of_replace_if__ >::type`. +[*Semantics]: Returns a sequence containing the elements of `Sequence` not of type `T`. Equivalent to `__result_of_remove_if__ >::type`. [heading Complexity] Constant.