The source project of this merge request has been removed.
Replace std::max_element with boost::first_max_element.
This PR contains the patch I needed to compile graph-tool using conda-forge's clang package, clangxx_osx-64
. See #576 (closed) for more details.
Note that this PR might be overkill: I replaced every usage of std::max_element
with boost::first_max_element
. Perhaps some of them might not have triggered the compile error.