38 f = std::adjacent_find(f, l,
39 std::bind(std::logical_not<bool>(),
40 std::bind(o, std::placeholders::_1, std::placeholders::_2)));
91 return std::adjacent_find(f, l,
92 std::bind(std::logical_not<bool>(),
93 std::bind(c, std::bind(p, std::placeholders::_1),
94 std::bind(p, std::placeholders::_2)))) == l;