$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Serializing std::vector<double>**
From: salman arshad (salmanarshad9_at_[hidden])
Date: 2014-08-22 12:26:56
Hello,
I want to serialize std::vector<double>**. I tried but may be I did not
look into right places but I can serialize a std::vector<double>* without
any problem but not a pointer to a pointer to vector. I think I am doing
something really stupid here or missing something.
Any help is highly appreciated.
Regards,
Salman Arshad