2
0
mirror of https://github.com/boostorg/hof.git synced 2026-01-21 17:02:28 +00:00
Files
hof/test/fail/apply_eval.cpp
2016-09-13 01:04:45 -05:00

5 lines
93 B
C++

#include <fit/apply_eval.hpp>
int main() {
(void)fit::apply_eval(fit::always(), 1, 2);
}