Boost logo

Boost-Build :

Subject: Re: [Boost-build] missing const
From: Alain Miniussi (alain.miniussi_at_[hidden])
Date: 2015-04-17 08:26:16


Sorry, wrong list

On 17/04/2015 13:59, Alain Miniussi wrote:
>
> Hi,
>
> I have an HOMOGENEOUS specific problem on master (which is probably why
> it went unnoticed so far).
>
> https://github.com/boostorg/mpi/commit/e6a31170ea3eebe54dae3ad9afe4817c2c6f9cea
>
>
> seems to be missing a few const, for example in:
>
> void load_override(archive::version_type & t, int version){
>
> As a result, some calls are resolved to the gneral:
> template<class T>
> void save_override(T const& x, int version)
>
> In homogeneous mode, that means that the objet loading (which is not
> concerned with const) will look for the "real" data in a shifted
> position (since int and archive::version_type do not have the same size,
> plus some of those data are sometime ignored).
>
> I have a few test failures in master/BOOST_MPI_HOMOGENEOUS as a result.
>
> I'm looking into it and propose to push them to master once the test
> passes.
>
> Develop is already fixed in that reagrd, but based on a different
> version of serialization.
>
> Alain
>
>

-- 
---
Alain

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk