Merge remote-tracking branch 'upstream/stable' into merge_stable

This commit is contained in:
Martin Nowak 2017-12-30 19:15:43 +01:00
commit ac821be1de
2 changed files with 17 additions and 3 deletions

View file

@ -2483,7 +2483,7 @@ Convenience function. Like find, but only returns whether or not the search
was successful.
See_Also:
$(LREF among) for checking a value against multiple possibilities.
$(REF among, std,algorithm,comparison) for checking a value against multiple possibilities.
+/
template canFind(alias pred="a == b")
{