
14 Jun
2006
14 Jun
'06
4:59 p.m.
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