$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2003-01-24 21:37:53
----- Original Message -----
From: "Howard Hinnant" <hinnant_at_[hidden]>
> Fortunately circumstances such as the one illustrated above seem to be
> rare (at least in my experience). But it is amusing (amazing?) how
> many traits like tests are today passing non-POD classes to an
> ellipsis, and invoking undefined behavior! :-)
It isn't invoking undefined behavior because it isn't passing non-POD
classes to an ellipsis--it isn't passing *anything* to an ellipsis. ;)
Paul Mensonides