summaryrefslogtreecommitdiff
path: root/Rx/v2/test/operators/pairwise.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Rx/v2/test/operators/pairwise.cpp')
-rw-r--r--Rx/v2/test/operators/pairwise.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rx/v2/test/operators/pairwise.cpp b/Rx/v2/test/operators/pairwise.cpp
index 7ba0c42..c28ae32 100644
--- a/Rx/v2/test/operators/pairwise.cpp
+++ b/Rx/v2/test/operators/pairwise.cpp
@@ -21,7 +21,7 @@ SCENARIO("pairwise - enough items to create pairs", "[pairwise][operators]") {
WHEN("taken pairwise") {
auto res = w.start(
- [xs, &invoked]() {
+ [xs]() {
return xs
| rxo::pairwise()
// forget type to workaround lambda deduction bug on msvc 2013