Algebraic-Programming / ALP

Home of ALP/GraphBLAS and ALP/Pregel, featuring shared- and distributed-memory auto-parallelisation of linear algebraic and vertex-centric programs. Soon with more to come!
Apache License 2.0
24 stars 4 forks source link

Fix metabug in utils.hpp #323

Closed anyzelman closed 4 months ago

anyzelman commented 4 months ago
/builds/zrc-von-neumann-lab/spatial-computing/graphblas/include/graphblas/utils.hpp: In function 'bool grb::utils::equals(const T&, const T&, U, typename std::enable_if<(std::is_floating_point<_Tp>::value && std::is_integral<U>::value)>::type*)':
/builds/zrc-von-neumann-lab/spatial-computing/graphblas/include/graphblas/utils.hpp:155:9: error: 'cout' is not a member of 'std'
  155 |    std::cout << "Comparing " << a << " to " << b << " with relative tolerance "
      |         ^~~~

(Urgent as it is currently present in develop)