$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Samuel Krempp (krempp_at_[hidden])
Date: 2003-09-23 07:08:21
le Monday 22 September 2003 13:41, larsbj_at_[hidden] écrivit :
> Any comments on moving nullbuf out of detail?
I agree with you.
a nullbuf is not just an implementation detail, it's a utility that
implements a simple concept. /dev/null is widely known and used in unix
worlds, I guess there could be common usage for a C++ nullbuf stream too.
-- Samuel