$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Joe Mariadassou (JMariadassou_at_[hidden])
Date: 2001-01-18 17:13:52
Does anybody have a sample of how to use boost::basic_passthrubuf? I am
writing a simple filter to convert a data stream to base64. If I use
passthrubuf I'll have to override every virtual function that it overrides;
which doesn't make sense.
joe