$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Interprocess : vectors of vectors
From: Oodini (svdbg____at_[hidden])
Date: 2013-05-14 03:54:11
> Who serializes the vector of vectors? Where were they created? Would
> they have been Boost.Interprocess vectors in that original process?
They are not originally vectors of vectors.
The data come from a database, and are serialized in Python. So no C++ and Boost.Inteprocess.
This work is done by one of my coworker.