#include "forward.h" #include using namespace std; int main() { adjacent_find(ForwardIterator{ 0 }, ForwardIterator{ 100 }); }