$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] share_ptr and Container compilation error on new version
From: Nate Crookston (nathan.crookston_at_[hidden])
Date: 2014-12-12 23:24:10
Hi JB,
JB wrote:
>
> I just read the header files on the two different version of boost and I
> think I answered my own question. The equivalent functionality was
> essentially renamed element_type. I'd still appreciate confirmation that I
> got that right.
>
> You're correct, value_type was removed. As a note, element_type was
always the correct typedef to access (value_type was undocumented). I was
bit by that myself in a couple places.
HTH,
Nate