Boost logo

Boost :

From: frederic.bron_at_[hidden]
Date: 2008-08-19 01:35:56


> OK, first off there's an email invitaion to the Sandbox on it's way, once
> you're signed up then checkout using:
> svn co https://svn.boost.org/svn/boost/sandbox [local-path]
> and you'll find a copy of the type_traits lib under /type_traits/.

I have done this. I have added (yet only local) my file and a test file. How can I run the tests automatically?

> Procedure wise, if you can follow the existing structure that would be
> great: use one header per trait and one one .cpp file for each trait test
> etc.

Are you sure one header for all comparison operators would not be better than one for each?

> With regard to macro usage, the easiest way is to define say for example
> boost::detail::is_equality_comparible_imp with a member "value" that is
> either true or false, and then add:
>
> BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_equality_comparible,T,::boost::
> detail::is_equality_comparible<T>::value)

This works fine, thanks.

F. Bron

Avis :
Ce message et toute pièce jointe sont la propriété d'Alcan et sont destinés seulement aux personnes ou à l'entité à qui le message est adressé. Si vous avez reçu ce message par erreur, veuillez le
détruire et en aviser l'expéditeur par courriel. Si vous n'êtes pas le destinataire du message, vous n'êtes pas autorisé à utiliser, à copier ou à divulguer le contenu du message ou ses pièces jointes
en tout ou en partie.

Notice:
This message and any attachments are the property of Alcan and are intended solely for the named recipients or entity to whom this message is addressed. If you have received this message in error
please inform the sender via e-mail and destroy the message. If you are not the intended recipient you are not allowed to use, copy or disclose the contents or attachments in whole or in part.


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