Skip to content

Remove custom definition of std::max<bool>

Alex Henrie requested to merge alex.henrie/graph-tool:max into master

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

Merge request reports