36 int array [6] = { -2, -1, 0, 1, 2, 3 };
49 int array [6] = { -2, -1 , 0, 1, 2, 3 };
binary_compose< _Operation1, _Operation2, _Operation3 > compose2(const _Operation1 &__fn1, const _Operation2 &__fn2, const _Operation3 &__fn3)
CPPUNIT_TEST_SUITE(BcomposTest)