$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Anatoli Sakhnik (sakhnik_at_[hidden])
Date: 2006-04-12 09:46:45
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 <boost/archive/text_oarchive.hpp>
88a90,91
> archive::text_oarchive oa(std::cout);
> oa << g;