$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [lockfree] Inconsistent typedef tag_t in tagged_ptr
From: Tim Blechmann (tim_at_[hidden])
Date: 2012-09-02 06:13:17
> The embedded typedef <...> tag_t has inconsistent visibility in the two
> implementations of tagged_ptr. In tagged_ptr.hpp this typedef is 'public',
> while in the file tagged_ptr_ptrcompression.hpp this typedef is 'private'.
>
> Would it be possible to make it public in both cases (patch attached)?
looks good to me!
tim