$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] ice_and/or vs. mpl::and_/or_
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2012-05-14 09:10:09
On 05/13/2012 04:29 AM, Nathan Ridge wrote:
>
> Hi,
>
> Is there any difference between boost::type_traits::ice_and (ice_or)
> and boost::mpl::and_ (or_)?
boost::type_traits::ice_and takes bools, boost::mpl::and_ takes types.