Fixed: Compiler error from clang
See partitioner.cpp:1494. An argument with a non-const reference typecannot be bound to a temporary lvalue, such as the one returned bycollectHEdges().
View differences
Fixed: Compiler error from clang
See partitioner.cpp:1494. An argument with a non-const reference type
cannot be bound to a temporary lvalue, such as the one returned by
collectHEdges().