$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Neal D. Becker (nbecker_at_[hidden])
Date: 2002-08-15 10:19:16
>>>>> "Beman" == Beman Dawes <bdawes_at_[hidden]> writes:
Beman> At 10:34 AM 8/15/2002, Neal D. Becker wrote:
>> I think the choice of fstream.hpp for filesystem is going to cause a
>> lot of confusion. There is already an <fstream>, and g++ as of 3.1
>> still has <fstream.h>.
Beman> What would you suggest? Given that <boost/filesystem/fstream.hpp> is
Beman> a very thin wrapper of the <fstream> classes, the header name (and
Beman> matching namespace and class names) seemed appropriate to me.
Maybe something like fstream_wrap.hpp?