7 Feb
2017
7 Feb
'17
4:32 p.m.
On Tue, Feb 7, 2017 at 11:27 AM, Paul A. Bristow
PS That this question was asked suggests that our tools for finding the right documentation are still lacking (or does this not answer the original poster's question?)
The tools are fine, its just that the docs didn't specifically address the case where min and max are called with explicit template arguments, e.g.: std::minstd::size_t(x, y); However, as Andrey pointed out:
min and max are function-like macros. The code above is not affected by those.
That answers my question. It might be worth adding a sentence describing this case to http://www.boost.org/development/requirements.html to clarify. Regards