$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Darin Adler (darin_at_[hidden])
Date: 2002-04-26 10:43:28
On Friday, April 26, 2002, at 04:54 AM, John Maddock wrote:
> Thanks for the info, I'm confused though: the current version already
> uses:
>
> + std::map<int, std::ptrdiff_t, std::less<int> >::iterator pos =
Maybe somewhere it does, but not in cvs. The file
/cvsroot/boost/boost/libs/regex/src/cregex.cpp version 1.20, line 479
says "int, int", not "int, std::ptrdiff_t". Please check what you have
locally by running "cvs status" or the equivalent to be sure you have
1.20.
-- Darin