Template talk:cpp/ranges/niebloid
From cppreference.com
> Explicit template argument lists may not be specified when calling any of them.
Where is this specified? [algorithms.requirements]/2 outlines the ADL prohibition, and [algorithms.requirements]/15 states that `alg<Ts...>(...)` is unspecified unless otherwise stated, but I don't see anything else to back this up.