Added docs for C++14 variants of 'equal' and 'mismatch'

[SVN r84447]
This commit is contained in:
Marshall Clow
2013-05-23 18:28:23 +00:00
parent b9d89c559b
commit 73cfe03b97
4 changed files with 172 additions and 1 deletions

View File

@ -56,6 +56,11 @@ Thanks to all the people who have reviewed this library and made suggestions for
[include partition_point.qbk]
[endsect]
[section:CXX14 C++14 Algorithms]
[include equal.qbk]
[include mismatch.qbk]
[endsect]
[section:Misc Other Algorithms]
[include clamp-hpp.qbk]
[include gather.qbk]