$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Pierre Salmon (pierre.salmon_at_[hidden])
Date: 2007-06-26 10:53:59
Hi all,
Probably answered before but I have a little problem
I use a template class :
template<int N>
struct A {
// Do Something
} ;
And I would like serialized this in binary file (with template argument).
Do you know a solution (with boost library or not) knowing this class
must have
a integer template argument ?
Best Regards,
Pierre
Soory for my english, it is not very good