hi!
i was reading the Boost Library Requirements and Quidelines document and in encountered the following guideline (among similar others):
use (std::max)() and not std::max()
anyone knows why that?
thanks
i was reading the Boost Library Requirements and Quidelines document and in encountered the following guideline (among similar others):
use (std::max)() and not std::max()
anyone knows why that?
thanks
Comment