Boost logo

Boost :

From: Jaakko Jarvi (jajarvi_at_[hidden])
Date: 2002-06-06 10:50:21


>
> 0) Comparison of tuples with operator!= is broken. The fix is easy enough -
> it only requires a change of the return value in the specialization of neq -
> template<> inline bool neq<null_type,null_type>(const null_type&, const
> null_type&) - to return false (or !true for the one-character-fix :-)).

Thank you for spotting that one Björn,

I took the tedious route and changed all the five letters :)

Cheers, Jaakko


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