$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-04-15 13:07:16
I checked in some convenience functions to the List class in
BoostBuild.py. It now interoperates with strings, so 'foo/' * List('bar
baz') == List('foo/bar foo/baz'), and it also has a nice formatted
output when printed/repr'ed.
-Dave