$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2025-01-21 17:50:59
> I'm not quite sure whether zero needs to be a special case here. There's special
> case logic in operator< for it, but I'm not positive it's needed.
Specifically,
here it looks like -0.0 is considered less than +0.0, but is this correct? -0 and +0 are equal.