Namespaces
Variants
Views
Actions

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.

Cjdb (talk) 12:22, 19 March 2021 (PDT)

[algorithms.requirements]/15 seems like sufficiently strong wording to me, there is also [diff.cpp17.alg.reqs] --Ybab321 (talk) 13:19, 19 March 2021 (PDT)
This isn't a property specific to niebloids: it's a property of all algorithms. Cjdb (talk) 14:50, 19 March 2021 (PDT)