$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] serialization of standard unordered containers
From: TONGARI J (tongari95_at_[hidden])
Date: 2013-07-27 08:40:20
Hi,
2013/7/27 niXman <i.nixman_at_[hidden]>
> 2013/7/27 D. R. Evans:
> > 1. Is serialization of standard unordered containers supported in version
> > 1.54.0 of the boost libraries?
> No.
>
> Alternatively, look at the YAS:
> https://github.com/niXman/yas
I recently need serialization and I'm glad to give it a try :)
Does it solves the concern of portable binary archive as described in
Boost.Serialization?
Thanks.