From: Rob Smallshire (robert_at_[hidden])
Date: 2001-08-02 10:18:32


With MSVC6.0sp5 using the supplied standard library
boost/graph/relax.hpp complains because abs() is not in namespace
std:: on line 59 of the file. It also doesn't #include <cstdlib> or
<cmath>, <limits> which I guess it should do (it used numeric_limits
on the same line. The library may need an MS specific fix for this.

Regards,

Rob Smallshire