Subject: Re: [Boost-users] MPL newbie : what is the difference between mpl::true_ and true_type
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2012-01-31 07:19:16


On 01/31/2012 11:20 AM, Linh Ha wrote:
>
> I'm a newbie for both boost and MPL. My question is regarding about the
> differences between mpl::true_ and true_type.

They're essentially the same thing, but from different Boost libraries
(MPL and Type Traits respectively).