Remove custom definition of std::max<bool>
It's unclear what error this code was trying to solve; neither GCC nor MSVC has any trouble with std::max<bool>
.
It's unclear what error this code was trying to solve; neither GCC nor MSVC has any trouble with std::max<bool>
.