$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Edward Diener (eddielee_at_[hidden])
Date: 2003-10-04 04:13:16
Douglas Gregor wrote:
> I'd like to request a review of the "tribool" library. It's a little
> 3-state
> boolean logic library (the third state being "indeterminate", i.e.,
> "could be
> either true or false") that I've been using for a while in my
> research, and
> maybe someone else could benefit from it.
In what type of situations would one use the "indeterminate" state ? Would
you give some practical examples ? It sounds interesting.