$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] tcmalloc and boost::diagnostic_information
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2010-06-14 15:12:36
On 14.06.2010 20:59, Steven Watanabe wrote:
> AMDG
>
> Emil Dotchevski wrote:
>> On Sun, Jun 13, 2010 at 9:04 PM, Steven Watanabe
>> <watanabesj_at_[hidden]> wrote:
>>> P.S. Why is boost::exception calling into boost::units::detail?
>>> Should I push demangle into boost::detail?
>>
>> Good idea, though I wouldn't mind an official demangling Boost library
>> -- why do you think it should be in ::detail?
>
> Because making it an official library would require more
> effort than I'm willing expend on it at the moment.
FWIW, in Boost.Log I implemented type_info_wrapper which provides
similar functionality. I'd be happy to extract it to Boost.Utility or a
separate library if there's enough interest.