This commit is contained in:
Frank B. Brokken 2015-05-28 15:44:53 +02:00
parent 4344bc0e19
commit 5a822ed425

View file

@ -18,7 +18,7 @@ compile:
count_if(vs.begin(), vs.end(),
not1(bind(greater_equal<string>()), _1, reftext));
)
Here we'll devlope an alternative, tt(not_fn), replacing tt(not1) and
Here we'll develop an alternative, tt(not_fn), replacing tt(not1) and
tt(not2) in the above statements:
verb(
count_if(vs.begin(), vs.end(), // 1