// Headers are available because we added the pls target #include #include #include #include #include #include #include #include int main() { auto range = boost::irange(0, 10); bool test = std::is_integral::type>::value; std::cout << test << std::endl; }