$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [serialization] Support for Boost.Container?
From: Neal Becker (ndbecker2_at_[hidden])
Date: 2013-02-07 08:16:36
<rant>
IMO, the enforcement of private data encapsulation is, in the end,
counterproductive. I much prefer the python approach: private is a
'suggestion', not a demand.
If c++ community worked this way, serialization could be added externally to any
code.
</rant>