$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Pavel Vozenilek (pavel_vozenilek_at_[hidden])
Date: 2006-06-14 12:59:42
Oliver Kowalke wrote:
> is it possible to set the default value of
> BOOST_IOSTREAMS_MAX_FORWARDING_ARITY to a creater value (say 7) in
> boost-1.34?!
>
Just define the constant in your project globally
and the system will accomodate.
Making 7 as default (from 3) may or may not have effect
of compilation time, e.g. when EDG preprocessor is used.
/Pavel