12 Apr
2006
12 Apr
'06
3:37 p.m.
On Apr 12, 2006, at 9:46 AM, Anatoli Sakhnik wrote:
Hello! I slightely modified kevin-bacon2.cpp from examples of the BGL. Having tried to serialize the graph g back to the text and print it to stdout, I got a static assertion failure. Is serialization of the adjacency_list fully implemented indeed? Or is it a trouble with boost::serialization? -- Anatoli Sakhnik P.S.: diff kevin-bacon2.old.cpp kevin-bacon2.cpp 18a19
#include
88a90,91 archive::text_oarchive oa(std::cout); oa << g;
You'll need to include the header