$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Darin Adler (darin_at_[hidden])
Date: 2001-09-24 19:03:22
on 9/24/01 4:57 PM, Daryle Walker at darylew_at_[hidden] wrote:
> How? (And in what circumstances is it better than using "goto" directly?)
do {
xxx;
if (yyy)
break;
zzz;
} while (0);
I don't personally think it's ever better than an explicit goto. And I think
it's getting way off topic for Boost.
-- Darin