mirror of
https://github.com/boostorg/hof.git
synced 2026-01-23 17:42:40 +00:00
9 lines
215 B
C++
9 lines
215 B
C++
#include <fit/flip.h>
|
|
#include <fit/placeholders.h>
|
|
#include "test.h"
|
|
|
|
FIT_TEST_CASE()
|
|
{
|
|
FIT_TEST_CHECK(3 == fit::flip(fit::_ - fit::_)(2, 5));
|
|
FIT_STATIC_TEST_CHECK(3 == fit::flip(fit::_ - fit::_)(2, 5));
|
|
} |