$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2002-11-11 16:36:00
Gentlemen,
stuff like:
print.wrapped-text "error: multiple base variants are not yet supported" ;
EXIT ;
Ought to basically never be written. We should use:
errors.error "multiple base variants are not yet supported" ;
instead. Quotes are optional, of course ;-)
-- David Abrahams dave_at_[hidden] * http://www.boost-consulting.com Boost support, enhancements, training, and commercial distribution