Boost logo

Boost :

Subject: Re: [boost] type traits not in boost.type_traits
From: Stewart, Robert (Robert.Stewart_at_[hidden])
Date: 2011-02-25 08:03:53


Frédéric Bron wrote:
>
> I found the following files in 1.46.0 that could be either removed or
> moved to type_traits:
>
> * graph/detail/is_same.hpp -> already existing type traits library
>
> * iostreams/detail/is_dereferenceable.hpp -> could be moved to type
> traits but I should have a look to see if I cannot implement it in the
> extension

I'm glad you're looking for duplication. Nice work. It's complicated, I'm sure, by the various names folks may choose for the same trait, though no doubt prefixes like "is_" help.

Have you looked for compound traits in other libraries that could be added to TypeTraits for convenience? That is, if it is very common to combine certain traits, then a single trait that captures the compound would simplify a good deal of code.

_____
Rob Stewart robert.stewart_at_[hidden]
Software Engineer, Core Software using std::disclaimer;
Susquehanna International Group, LLP http://www.sig.com

IMPORTANT: The information contained in this email and/or its attachments is confidential. If you are not the intended recipient, please notify the sender immediately by reply and immediately delete this message and all its attachments. Any review, use, reproduction, disclosure or dissemination of this message or any attachment by an unintended recipient is strictly prohibited. Neither this message nor any attachment is intended as or should be construed as an offer, solicitation or recommendation to buy or sell any security or other financial instrument. Neither the sender, his or her employer nor any of their respective affiliates makes any warranties as to the completeness or accuracy of any of the information contained herein or that this message or any of its attachments is free of viruses.


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