2
0
mirror of https://github.com/boostorg/compute.git synced 2026-01-25 06:02:14 +00:00
Files
compute/test/test_lambda.cpp
Kyle Lutz 3a7b90ff06 Fix issue with comparison operators in lambda expressions
This fixes an issue in which comparison operators (e.g. <, ==)
in lambda expressions would return the wrong result type causing
compilation errors.

Also adds a few test cases to ensure the correct result type
and that lambda expressions can be properly used with count_if().
2013-08-15 22:10:03 -04:00

8.9 KiB