$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Frank Laub (frank.laub_at_[hidden])
Date: 2005-12-08 20:13:24
>
> Just change 'namespace' to 'struct' and I think you should be set :)
>
Hmm, I tried this but I got compiler errors. The problem is I won't be able
to set the names collection in a header, that's because you can't set an
array of non-integral type inside the declaration of a struct. You have to
provide storage for it in a .cpp. Is there perhaps something I'm missing
here?