mirror of
https://github.com/boostorg/hof.git
synced 2026-01-21 17:02:28 +00:00
5 lines
93 B
C++
5 lines
93 B
C++
#include <fit/apply_eval.hpp>
|
|
|
|
int main() {
|
|
(void)fit::apply_eval(fit::always(), 1, 2);
|
|
} |