Boost logo

Boost :

Subject: Re: [boost] [typeindex v3.0] Peer review begins Mon 21st ends Wed 30th
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2014-04-28 04:14:52


On Monday 28 April 2014 12:11:54 you wrote:
> On Sunday 27 April 2014 22:33:09 Antony Polukhin wrote:
> > 2014-04-27 18:18 GMT+04:00 Andrey Semashev <andrey.semashev_at_[hidden]>:
>
> static const name_descr& n() BOOST_NOEXCEPT
> {
> static const name_descr descr =
> {
> __func__, // or whatever other macro
> sizeof(__func__) - 1,
> (ctti_skip_size_at_begin + ctti_skip_size_at_end) >= sizeof(__func__)
> - 1 ? 0 : ctti_skip_size_at_begin,
> (ctti_skip_size_at_begin + ctti_skip_size_at_end) >= sizeof(__func__)
> - 1 ? sizeof(__func__) - 1 : sizeof(__func__) - 1 - ctti_skip_size_at_end

that should be sizeof(__func__) - 1 - ctti_skip_size_at_begin -
ctti_skip_size_at_end of course.

> };
>
> return descr;
> }


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk