Hi I m trying to run Kelvin-bacon program provided by BGL (http://www.boost.org/libs/graph/example/kevin-bacon.cpp) in VC++ but even after including the required header files it gives me following compilation errors :- "c:\boostlib\boost_1_34_0\boost\graph\detail\adjacency_list.hpp(2166) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 1786) " What could be the possible reason for this... Thanks Abhishek Vyas Tata Consultancy Services Mailto: abhishek.v@tcs.com Website: http://www.tcs.com ____________________________________________ Experience certainty. IT Services Business Solutions Outsourcing ____________________________________________ boost-users-bounces@lists.boost.org wrote on 08/31/2007 03:26:26 PM:
Hi!
Abhishek V schrieb:
Also let me know if this is the best way to perform the task or something else will be better...
Try the tokenizer: http://www.boost.org/libs/tokenizer/escaped_list_separator.htm
You can directly initialize a container with these iterators:
vector<string> values(tok.begin(), tok.end());
Frank
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
ForwardSourceID:NT00047B3A =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you