Boost logo

Boost :

Subject: Re: [boost] [type traits] Extension to operator detection -> choose your preferred naming
From: Paul A. Bristow (pbristow_at_[hidden])
Date: 2011-08-24 04:29:31


> -----Original Message-----
> From: boost-bounces_at_[hidden] [mailto:boost-bounces_at_[hidden]] On Behalf Of Frédéric
Bron
> Sent: Wednesday, August 24, 2011 7:23 AM
> To: boost_at_[hidden]; boost-users
> Subject: [boost] [type traits] Extension to operator detection -> choose your preferred naming
>
> It is time to include the type trait extension to the official boost trunk.
> These traits can detect if you can use a given operator with given arguments.
>
> For example: has_plus<double, int>::value is true because the following program compiles without
error:
> double lhs;
> int rhs;
> lhs+rhs;
>
> We have come to three proposed lists of names (A, B and C):
> https://svn.boost.org/trac/boost/wiki/GuideLines/Naming/OperatorTraitNames
> I have included the corresponding names of standard keywords, standard function objects from
> <functional>, boost Proto and boost Operators.
>
> Please give your preference between A, B and C before Sept. 5th.

C

---
Paul A. Bristow,
Prizet Farmhouse, Kendal LA8 8AB  UK
+44 1539 561830  07714330204
pbristow_at_[hidden]

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