BGL Graph Strong Components with VC 6
Greetings all , I know this is an odd question especially as the current version of the boost graph library is completely unuseable with VC 6 , but I am using boost_1_27_0 atm , and using the depth_first_search without problems , I have the requirement to also use the strong_components( calls but unfortunately all I get is INFERNAL COMPILER ERRORS ... sorry that should have read INTERNAL ;) ..... does anyone know of a version of the BGL where dfs , and strong_components worked on VC 6 , or a url where i can get archived test results from previous boost builds on specific compilers ? Before I get the string of update to vc 7.1 , I'd love to but my hands are tied :( MTIA
Daren Grant wrote:
Greetings all ,
I know this is an odd question especially as the current version of the boost graph library is completely unuseable with VC 6 , but I am using boost_1_27_0 atm , and using the depth_first_search without problems , I have the requirement to also use the strong_components( calls but unfortunately all I get is INFERNAL COMPILER ERRORS ... sorry that should have read INTERNAL ;) ..... does anyone know of a version of the BGL where dfs , and strong_components worked on VC 6 , or a url where i can get archived test results from previous boost builds on specific compilers ?
Before I get the string of update to vc 7.1 , I'd love to but my hands are tied :(
MTIA
Please ignore this posting , as I have decided to implement the algorithms myself. That is until I am able to upgrade to MSVC 7.1 ..
participants (1)
-
Daren Grant