Boost logo

Boost :

Subject: Re: [boost] [Boost.Test] Assertion changes in trunk? [WAS: Call for Review: Boost.Test documentation rewrite]
From: Dominique Devienne (ddevienne_at_[hidden])
Date: 2014-01-23 09:44:28


On Thu, Jan 23, 2014 at 3:35 PM, pfultz2 <pfultz2_at_[hidden]> wrote:

> The `->*` operator is one complete operator. In C++, the operators are
> decided during lexing before the preprocessor, and they don't change(with
> the
> exception of the `>>` operator in C++11). Futhermore, precedence decides
> the order of
> operators, not what the operators will become.
>

Thanks Paul. With your help, and
http://en.cppreference.com/w/cpp/language/translation_phases, I now get it.
Glad to learn such trickery is safe. Best regards, --DD


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