Skip to content

Commit

Permalink
Remove incorrect assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed May 30, 2017
1 parent d361f90 commit 8fd0e77
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions Chapter06/01_tasks_processor_base/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,4 @@ int main () {
// calls tasks_processor::stop().
tasks_processor::start();
assert(func_test() == 91);

#ifndef BOOST_NO_CXX11_LAMBDAS
assert(sum == 4);
#endif
}
4 changes: 0 additions & 4 deletions Chapter06/flat/01_tasks_processor_base/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,4 @@ int main () {
// calls tasks_processor::stop().
tasks_processor::start();
assert(func_test() == 91);

#ifndef BOOST_NO_CXX11_LAMBDAS
assert(sum == 4);
#endif
}

0 comments on commit 8fd0e77

Please sign in to comment.