$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [MPL] wrapper for if_ selecting integral_c
From: Christian Holmquist (c.holmquist_at_[hidden])
Date: 2008-10-20 12:40:44
> type value = if_integral_c<condition, type, value1, value2>::value
>
>
Isn't that the same as mpl::if_c?
/ Christian