Filtered visitor (#18)

New `visit()` overload taking a filter.

Closes #17.
This commit is contained in:
Tamás Szelei 2017-05-07 21:50:34 +02:00 committed by Jonathan Müller
commit 2be20f60a2
4 changed files with 140 additions and 4 deletions

View file

@ -301,3 +301,4 @@ struct g
});
REQUIRE(count == 12u);
}