$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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