id summary reporter owner description type status milestone component version severity resolution keywords cc 5813 [graph] csr_graph_test failing on MSVC Richard Webb Jeremiah Willcock "The csr_graph_test test is failing on the MS compilers due to a conflict between std::numeric_limits::max and the max macro -> see http://tinyurl.com/3g22uxe for the official test results. changing line 27 of relax.hpp from {{{ closed_plus() : inf(std::numeric_limits::max()) { } }}} to {{{ closed_plus() : inf((std::numeric_limits::max)()) { } }}} allows the test to pass." Bugs closed To Be Determined graph Boost Development Trunk Problem fixed