$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [string.algo] find_iterator, gives compile error in Boost 1.53
From: gast128 (gast128_at_[hidden])
Date: 2013-02-05 15:55:39
Hello all,
just dl Boost 1.53 and now I get a compile error in 'find_iterator' when using a
forward iterator. Probably related to the change 'increment'. It now uses
begin() + 1, and the + operator is not defined for the supplied iterator.