$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-05-20 11:29:08
Russell Hind wrote:
>> Please find attached a patch for
>> libs/iostreams/example/dictionary_filter.hpp to help get the tests to
>> build under bcc32 5.6.x and STLPort
Thanks for pointing this out. Since the filters in this header will be used as
examples in the tutorial, I can't really use #ifdefs. So I think I'll have to
use the one-argument functions from <cctype>.
Jonathan