$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Darin Adler (darin_at_[hidden])
Date: 2000-03-06 13:21:38
> P.S. Also, can't we do something about std::endl? This seems like way too
> many characters to type just to produce a newline!
I ignore std::endl except on the extremely rare occasions where I actually
want "<< '\n' << std::flush".
-- Darin