proof reading docs

This commit is contained in:
Lorenzo Caminiti
2017-11-27 08:27:55 -08:00
parent 147fc38919
commit af2b0ec4be
23 changed files with 652 additions and 418 deletions

View File

@@ -18,8 +18,8 @@ int main() {
//[lambda
int total = 0;
std::for_each(v.cbegin(), v.cend(),
// Contract for a lambda function.
[&total] (int const x) {
// Contract for a lambda function.
boost::contract::old_ptr<int> old_total =
BOOST_CONTRACT_OLDOF(total);
boost::contract::check c = boost::contract::function()