$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost::ptr_vector does not support const types
From: Thorsten Ottosen (tottosen_at_[hidden])
Date: 2015-08-25 04:09:19
On 24-08-2015 14:37, Martin Gamwell Dawids wrote:
> Is there another workaround for this or have I overlooked something?
>
>
> I don't think there is a workaround. There was a fix for this in the
> old trunk branch, but I don't know if it has been merged to the
> release branch.
>
>
> Not being familiar with boost development, could you give me a pointer
> to the fix in the old trunk branch? Then I could have a look in the git
> repo to see if the fix exists there or otherwise create a pull request.
I think it was a bunch of const_cast internally.
regards
-Thorsten