is std::set has serialization() function

Hi Experts, Can someone please inform me whether std::set<...> has serialization() function? I have tried other stl structures. All have serialization() function. Thanks, Arunava.

On 28 Dec 2007, at 08:16, Arunava Saha wrote:
Hi Experts,
Can someone please inform me whether std::set<...> has serialization() function? I have tried other stl structures. All have serialization() function.
You need to include the header boost/serialization/set.hpp? Matthias

Have you included #include <boost/serialization/set.hpp> ? Does the test in the serialization library - test_set - work in your environment? Robert Ramey Arunava Saha wrote:
Hi Experts,
Can someone please inform me whether std::set<...> has serialization() function? I have tried other stl structures. All have serialization() function.
Thanks,
Arunava.
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
participants (3)
-
Arunava Saha
-
Matthias Troyer
-
Robert Ramey