27 Jun
2017
27 Jun
'17
4 p.m.
Frédéric Bron wrote:
Christian is the maintainer. I looked at your patch and I guess I would have used .max().
yes, both should give the same. I agree with max().
constexpr max() is C++11 - the context here is a template parameter if I understand correctly. static_cast<>(-1) works on C++03.