On Mon, Aug 31, 2015 at 05:56:34PM +, Nithin Raju wrote:
>
> > On Aug 30, 2015, at 7:40 AM, Ben Pfaff wrote:
> >
> > MSVC doesn't like the change in 'const' between function declaration and
> > definition: it reports "formal parameter 2 different from declaration" for
> > each of the functio
> On Aug 30, 2015, at 7:40 AM, Ben Pfaff wrote:
>
> MSVC doesn't like the change in 'const' between function declaration and
> definition: it reports "formal parameter 2 different from declaration" for
> each of the functions in flow.h corrected by this (commit. I think it's
> technically wrong