$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennadiy Rozental (gennadiy.rozental_at_[hidden])
Date: 2005-02-02 17:25:25
> One question, as I'm not familiar with the serialization library. What
> effect do the proposed changes have on those users of variant who do not
> need/want serialization support? Obviously there is the addition
> #include, but does this imply overhead, or is the header simply forward
> declares in the spirit of <iosfwd>?
Implement everything in separate header (f.e.
boost/variant/serialization.hpp) and there wouldn't be any cost for people
who don't need that
Gennadiy