#pragma once template void my_foreach(IT begin, IT end, auto fun); #include "for_each.hxx"