10 Jun
2021
10 Jun
'21
2:17 p.m.
Using various options to build graph-tool on macOS (brew and generic build), I'm getting the following error: ``` In file included from ./graph_avg_correlations.hh:21: ./graph_correlations.hh:113:22: error: no template named 'greater' in namespace 'boost::mpl'; did you mean simply 'greater'? typename mpl::greater<typename mpl::sizeof_<Type1>::type, ^~~~~~~~~~~~ greater ``` Is it some update in boost (I'm using the latest 1.76) or another issue? Thanks for the help!