$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Michael Marcin (mmarcin_at_[hidden])
Date: 2007-05-14 17:26:24
I'd like to add my support for separating out serialization headers.
I just recently decided that I'd try out ptr_containers.
When I go to include ptr_vector.hpp I suddenly have dependencies on
serialization headers when I care nothing about serialization at the moment.
There doesn't even appear to be a macro to disable these dependencies so I'm
going to have to hack at the sources to remove these dependencies. Seems
rather silly.
Thanks,
Michael Marcin