$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [interprocess] weirdest bug with offset_ptr equality comparison
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2016-08-09 14:12:11
El 08/08/2016 a las 20:02, Joaquin M López Muñoz escribió:
> The following is a distilled testcase after the ticket reported at
>
> https://svn.boost.org/trac/boost/ticket/12367
>
> [...]
> Ion, I'm totally puzzled by this and unable to navigate through the
> internals
> of Boost.Interprocess. Totally at your disposal if you need further info
> or assistance
> running tests etc.
Thanks for the report. It seems related to the is_convertible trait from
Interprocess. When replaced with the MSVC intrinsic, the problem goes
away, and boost::is_convertible also skips the problem as it uses the
intrinsic.
I'll need to further investigate the issue.
Best,
Ion