#include #include int main() { auto f = boost::hof::always(std::unique_ptr{new int(1)}); auto i = f(1, 2, 3); (void)i; }