Boost logo

Boost :

From: Fernando Cacciola (fernando_cacciola_at_[hidden])
Date: 2003-08-21 08:04:22


John Torjo wrote:
> Why macro, and not the straightforward:
>
>
> template< class first_type, class second_type>
> bool operator^( const first_type & first, const second_type & second) {
> bool f = first;
> bool s = second;
> return f ^ s;
> }
>
See:

http://groups.google.com.ar/groups?dq=&hl=es&lr=&ie=UTF-8&selm=s_A0b.203635%24YN5.141578%40sccrn
sc01

Fernando Cacciola


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