$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Tony Juricic (tonygeek_at_[hidden])
Date: 2004-09-18 10:53:07
My few cents:
Serialization, iostreams, Spirit (great piece of code!) and new Output
Formatter overlap enough in certain segments that, IMO, serious thought
should be given to combining them in the best possible way; i.e. maintain
the simplicity and specific target of each module while, eventually,
promoting overlap areas into the new libraries.
IOW, CSS would be unnecessary complication for Output Formatter at this
stage. I like it this way:simple to understand and use. Formatting options
are reasonably limited.
Tony