Merge doc changes from trunk

[SVN r84743]
This commit is contained in:
Marshall Clow
2013-06-11 16:21:22 +00:00
parent 1a70166889
commit beeedadba9
6 changed files with 261 additions and 2 deletions

View File

@ -18,7 +18,7 @@ The routine `is_partitioned` takes a sequence and a predicate. It returns true i
[heading interface]
The function `is_partitioned` returns true the items in the sequence are separated according to their ability to satisfy the predicate. There are two versions; one takes two iterators, and the other takes a range.
The function `is_partitioned` returns true if the items in the sequence are separated according to their ability to satisfy the predicate. There are two versions; one takes two iterators, and the other takes a range.
``
template<typename InputIterator, typename Predicate>