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
2018-02-14 14:54:32 -06:00

5 lines
113 B
C++

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