Boost logo

Boost Users :

Subject: Re: [Boost-users] Doc error?
From: Eric Prud'hommeaux (eric_at_[hidden])
Date: 2013-10-06 02:20:48


* Larry <lknain_at_[hidden]> [2013-10-05 19:38-0400]
> In the doc (1.54.0) for algorithms under C++14, the first code segment under both equal and mismatch, the last line (for equal here) shows
>
> std::equal ( seq1.begin (), seq1.end (), seq1.begin (), seq2.end ()); // false
> ^^^^^^
>
> Shouldn’t that be
>
> std::equal ( seq1.begin (), seq1.end (), seq2.begin (), seq2.end ()); // false
> ^^^^^^

just FYI, the ^^^^^^ing only works if you're using a fixed width typeface or someone happens to be using the same typeface and the interface doesn't decide to wrap. Apart from fixed width, I think the only solution is hand-delivered postcards, perhaps involving a pigeon or owl.

have a good day.

> Similar for mismatch.
>
> Larry

> _______________________________________________
> Boost-users mailing list
> Boost-users_at_[hidden]
> http://lists.boost.org/mailman/listinfo.cgi/boost-users

-- 
-ericP

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net