$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [BGL] Serializing a filtered_graph
From: Cedric Laczny (cedric.laczny_at_[hidden])
Date: 2010-11-16 10:49:36
Hi,
I was wondering if there is a way to serialize filtered_graphs?
My first attempts fail because keep_all seems not to be serializable:
/usr/include/boost/serialization/access.hpp:109: error: âstruct
boost::keep_allâ has no member named âserializeâ
I have no problems serializing even custom adjacency_lists using the same
approach.
Besides discussing if it actually makes sense to serialize a filtered_graph, I
am interested in suggestions on how to achieve it (if it is indeed possible).
Thank you.
Best regards,
Cedric