$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2002-09-05 12:09:24
On Thursday 05 September 2002 12:57 pm, Carlo Wood wrote:
> Since the input has nothing to do with allocation, lets
> just use char const* as input to begin with (for the most
> general interface).
Why aren't we using forward iterators for the most general interface? That
would allow efficient use with C-style strings, std::string, character
buffers, etc.
Doug