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