$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Martin Schulz (Martin.Schulz_at_[hidden])
Date: 2008-06-17 06:06:01
> > BOOST_ASSERT( IF? THEN: true );
>
> yes, but I find that these become anoyingly hard to read.
> Don't you?
No, imho, the radability is okay, but I rather see a problem that "THEN"
needs to compile even if "IF" yields false at compile time.
Therefore such a construct might be of limited use when working with
template metaprogramming.
Kind Regards,
Martin.