$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Lars Gullik Bjønnes (larsbj_at_[hidden])
Date: 2003-09-20 03:31:28
I see that you have a basic_nullbuf hidden in
boost/test/detail/nullstream.hpp, it seems to me that this is a
usefull utility stream class, and that is should be a bit more
accessible. As it is now, I'd never use this class/file directly in my
own projects since it is hidden in a detail dir.
Perhaps this file could be moved to the io dir? Or a new stream dir?
That would make the file a bit more usable.
Later other specialized types of streambufs could be added.
-- Lgb