$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: jsiek_at_[hidden]
Date: 1999-11-26 20:53:41
Hi Howard,
Howard Hinnant writes:
> This looks very good. But I couldn't find the relational operators (!=,
> >, etc.). I know you have them because you use them, but they didn't make it.
> After I added them to your appropriate classes things ran fine.
Thanks.
About the relational operators... I left them out on purpose, since
they are covered by std::rel_ops. However, I'm not sure that is the
right decision for practical portability reasons. What do you all
think?
Cheers,
Jeremy