.tutorial

git-svn-id: svn://ultimatepp.org/upp/trunk@11254 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-07-16 17:58:46 +00:00
parent 5e3ff718b6
commit 291345f774
2 changed files with 18 additions and 15 deletions

View file

@ -7,7 +7,7 @@ void CoAlgoTutorial()
/// U++ provides a parallel versions of algorithms where it makes sense. The naming scheme
/// is 'Co' prefix before the name of algorithm designates the parallel version.
/// So the parallel version of e.g. `FindIndex` is `CoFindIndex`, for 'Sort' it is 'CoSort':
/// So the parallel version of e.g. `FindIndex` is `CoFindIndex`, for `Sort` it is `CoSort`:
Vector<String> x{ "zero", "one", "two", "three", "four", "five" };