$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Serilization: Pointers to primitives
From: Jonathan Klein (Jonathan.Klein_at_[hidden])
Date: 2010-09-09 16:17:02
Hi,
i'm tring to serialize a std::map<string, int*> but get strange compiler
errors. Also i tried to serialize a **class, which also failed.
Is it generally impossible to serialize a pointer to a primitvie typ
(such as an int or another pointer) or am i just doint something wrong?
Greetings Jona