|
Boost : |
Subject: Re: [boost] Small nitpick in boost::iterator
From: Dave Abrahams (dave_at_[hidden])
Date: 2011-05-23 14:07:47
You know the drill: make sure the tests pass, update the docs if
necessary, but yeah, please go ahead and fix it.
On Mon, May 23, 2011 at 1:01 PM, Joel Falcou <joel.falcou_at_[hidden]> wrote:
> Seems boost.Iterator pass some parameter by value in the make(Reference r)
> function.
> However, MSVC 2010 and I suspect below dont like passing value which
> alignment is
> greater than 8 ( **cough** SIMD vector **cough** )
>
> The fix is trivial, adding const & to this function. Should I go ahead and
> commit this to trunk ?
>
-- Dave Abrahams BoostPro Computing http://www.boostpro.com
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk